Uses of Class
org.testfx.assertions.api.AbstractWindowAssert
-
Packages that use AbstractWindowAssert Package Description org.testfx.assertions.api -
-
Uses of AbstractWindowAssert in org.testfx.assertions.api
Classes in org.testfx.assertions.api with type parameters of type AbstractWindowAssert Modifier and Type Class Description class
AbstractWindowAssert<SELF extends AbstractWindowAssert<SELF>>
Base class for allWindow
assertions.Subclasses of AbstractWindowAssert in org.testfx.assertions.api Modifier and Type Class Description class
WindowAssert
Assertion methods forWindow
s.
-