JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
io.fluentlenium.assertj.custom.AlertStateAssert
Packages that use
AlertStateAssert
Package
Description
io.fluentlenium.assertj.custom
Uses of
AlertStateAssert
in
io.fluentlenium.assertj.custom
Classes in
io.fluentlenium.assertj.custom
that implement
AlertStateAssert
Modifier and Type
Class
Description
class
AlertAssert
Default implementation for alert assertions.
Methods in
io.fluentlenium.assertj.custom
that return
AlertStateAssert
Modifier and Type
Method
Description
AlertStateAssert
AlertAssert.
hasText
(
String
text)
AlertStateAssert
AlertStateAssert.
hasText
(
String
text)
Check that the alert box contains the given text.
AlertStateAssert
AlertAssert.
isPresent
()
AlertStateAssert
AlertStateAssert.
isPresent
()
Check that an alert box is present.