Package org.testfx.api
-
Interface Summary Interface Description FxRobotInterface 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. -
Class Summary Class Description FxAssert All TestFX tests should useFxAssert.verifyThat(Node, Matcher, Function)when writing tests, so that the developer can useDebugUtilsto provide additional info as to why a test failed.FxAssertContext Stores contextual information forFxAssert: aNodeFinder, which defaults toFxServiceContext.getNodeFinder()aCaptureSupport, which defaults toFxServiceContext.getCaptureSupport()FxRobot FxRobotContext Stores the robot implementations, the window and node finders, position calculators, and capture support forFxRobot.FxService Wrapper class that holds a staticFxServiceContextviaFxService.serviceContext()that is lazily created.FxServiceContext FxToolkit Responsible for setup and cleanup of JavaFX fixtures that need the JavaFX thread.FxToolkitContext Stores the contextual information forFxToolkit: the primary stage future theApplicationas aClassobject the application's arguments the registeredStagethe timeout limit for launching an application the timeout limit for setting up a component -
Exception Summary Exception Description FxRobotException