Package org.testfx.api
Class FxServiceContext
- java.lang.Object
-
- org.testfx.api.FxServiceContext
-
public class FxServiceContext extends java.lang.Object
Stores the following objects:
-
-
Field Summary
Fields Modifier and Type Field Description private BaseRobot
baseRobot
private CaptureSupport
captureSupport
private NodeFinder
nodeFinder
private WindowFinder
windowFinder
-
Constructor Summary
Constructors Constructor Description FxServiceContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseRobot
getBaseRobot()
CaptureSupport
getCaptureSupport()
NodeFinder
getNodeFinder()
WindowFinder
getWindowFinder()
-
-
-
Field Detail
-
windowFinder
private final WindowFinder windowFinder
-
nodeFinder
private final NodeFinder nodeFinder
-
baseRobot
private final BaseRobot baseRobot
-
captureSupport
private final CaptureSupport captureSupport
-
-
Method Detail
-
getWindowFinder
public WindowFinder getWindowFinder()
-
getNodeFinder
public NodeFinder getNodeFinder()
-
getBaseRobot
public BaseRobot getBaseRobot()
-
getCaptureSupport
public CaptureSupport getCaptureSupport()
-
-