public class AbstractWindowAssert<SELF extends AbstractWindowAssert<SELF>>
extends org.assertj.core.api.AbstractAssert<SELF,javafx.stage.Window>
Window assertions.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWindowAssert(javafx.stage.Window window,
java.lang.Class<?> selfType) |
| Modifier and Type | Method and Description |
|---|---|
SELF |
isFocused()
Verifies that the actual
Window is focused. |
SELF |
isNotFocused()
Verifies that the actual
Window is not focused. |
SELF |
isNotShowing()
Verifies that the actual
Window is not showing. |
SELF |
isShowing()
Verifies that the actual
Window is showing. |
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected AbstractWindowAssert(javafx.stage.Window window,
java.lang.Class<?> selfType)
public SELF isShowing()
Window is showing.public SELF isNotShowing()
Window is not showing.public SELF isFocused()
Window is focused.public SELF isNotFocused()
Window is not focused.