Package org.testfx.api
package org.testfx.api
-
ClassDescriptionAll TestFX tests should use
FxAssert.verifyThat(Node, Matcher, Function)when writing tests, so that the developer can useDebugUtilsto provide additional info as to why a test failed.Stores contextual information forFxAssert: 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.Wrapper class that holds a staticFxServiceContextviaFxService.serviceContext()that is lazily created.Responsible for setup and cleanup of JavaFX fixtures that need the JavaFX thread.