Class FxAssertContext

java.lang.Object
org.testfx.api.FxAssertContext

public class FxAssertContext extends Object
Stores contextual information for FxAssert:
  • Field Details

  • Constructor Details

    • FxAssertContext

      public FxAssertContext()
  • Method Details

    • getNodeFinder

      public NodeFinder getNodeFinder()
    • setNodeFinder

      public void setNodeFinder(NodeFinder nodeFinder)
    • getCaptureSupport

      public CaptureSupport getCaptureSupport()
    • setCaptureSupport

      public void setCaptureSupport(CaptureSupport captureSupport)