Uses of Package
org.testfx.api
Packages that use org.testfx.api
Package
Description
-
Classes in org.testfx.api used by org.testfx.apiClassDescriptionStores contextual information for
FxAssert
: aNodeFinder
, which defaults toFxServiceContext.getNodeFinder()
aCaptureSupport
, which defaults toFxServiceContext.getCaptureSupport()
Stores the robot implementations, the window and node finders, position calculators, and capture support forFxRobot
.Wrapper-like interface that makes it easier to chain together multiple robot methods while adding a number of convenience methods, such as finding a given node, scene or window via aPointQuery
, aPredicate
, or aMatcher
. -
Classes in org.testfx.api used by org.testfx.framework.junitClassDescriptionWrapper-like interface that makes it easier to chain together multiple robot methods while adding a number of convenience methods, such as finding a given node, scene or window via a
PointQuery
, aPredicate
, or aMatcher
. -
Classes in org.testfx.api used by org.testfx.framework.junit5ClassDescriptionWrapper-like interface that makes it easier to chain together multiple robot methods while adding a number of convenience methods, such as finding a given node, scene or window via a
PointQuery
, aPredicate
, or aMatcher
. -
Classes in org.testfx.api used by org.testfx.util