Package org.testfx.api
Class FxServiceContext
java.lang.Object
org.testfx.api.FxServiceContext
Stores the following objects:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BaseRobot
private final CaptureSupport
private final NodeFinder
private final WindowFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
windowFinder
-
nodeFinder
-
baseRobot
-
captureSupport
-
-
Constructor Details
-
FxServiceContext
public FxServiceContext()
-
-
Method Details
-
getWindowFinder
-
getNodeFinder
-
getBaseRobot
-
getCaptureSupport
-