Package org.testfx.api
Class FxAssertContext
java.lang.Object
org.testfx.api.FxAssertContext
Stores contextual information for
FxAssert:
- a
NodeFinder, which defaults toFxServiceContext.getNodeFinder() - a
CaptureSupport, which defaults toFxServiceContext.getCaptureSupport()
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCaptureSupport(CaptureSupport captureSupport) voidsetNodeFinder(NodeFinder nodeFinder)
-
Field Details
-
nodeFinder
-
captureSupport
-
-
Constructor Details
-
FxAssertContext
public FxAssertContext()
-
-
Method Details
-
getNodeFinder
-
setNodeFinder
-
getCaptureSupport
-
setCaptureSupport
-