public class PageAssert extends org.assertj.core.api.AbstractAssert<PageAssert,FluentPage>
| Constructor and Description |
|---|
PageAssert(FluentPage actual)
Creates a new page assertions object.
|
| Modifier and Type | Method and Description |
|---|---|
PageAssert |
isAt()
check if it is at the current page.
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, setCustomRepresentation, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorpublic PageAssert(FluentPage actual)
actual - page to assertpublic PageAssert isAt()
Copyright © 2016 FluentLenium. All Rights Reserved.