Uses of Interface
us.abstracta.jmeter.javadsl.core.engines.TestStopper
-
-
Uses of TestStopper in us.abstracta.jmeter.javadsl.core
Methods in us.abstracta.jmeter.javadsl.core that return TestStopper Modifier and Type Method Description TestStopperBuildTreeContext. getTestStopper()Methods in us.abstracta.jmeter.javadsl.core with parameters of type TestStopper Modifier and Type Method Description voidBuildTreeContext. setTestStopper(TestStopper testStopper) -
Uses of TestStopper in us.abstracta.jmeter.javadsl.core.engines
Classes in us.abstracta.jmeter.javadsl.core.engines that implement TestStopper Modifier and Type Class Description classBaseTestStopperProvides common logic forTestStopperimplementations.static classEmbeddedJmeterEngine.EmbeddedJMeterEngineStopperMethods in us.abstracta.jmeter.javadsl.core.engines with parameters of type TestStopper Modifier and Type Method Description protected EmbeddedJmeterEngine.TestRunnerDistributedJmeterEngine. buildTestRunner(org.apache.jorphan.collections.HashTree testPlanTree, org.apache.jorphan.collections.HashTree rootTree, TestStopper testStopper)protected EmbeddedJmeterEngine.TestRunnerEmbeddedJmeterEngine. buildTestRunner(org.apache.jorphan.collections.HashTree testPlanTree, org.apache.jorphan.collections.HashTree rootTree, TestStopper testStopper) -
Uses of TestStopper in us.abstracta.jmeter.javadsl.core.listeners
Fields in us.abstracta.jmeter.javadsl.core.listeners declared as TestStopper Modifier and Type Field Description protected TestStopperAutoStopListener. testStopper -
Uses of TestStopper in us.abstracta.jmeter.javadsl.core.listeners.autostop
Methods in us.abstracta.jmeter.javadsl.core.listeners.autostop that return TestStopper Modifier and Type Method Description TestStopperAutoStopTestBean. getTestStopper()Methods in us.abstracta.jmeter.javadsl.core.listeners.autostop with parameters of type TestStopper Modifier and Type Method Description voidAutoStopTestBean. setTestStopper(TestStopper testStopper)Constructors in us.abstracta.jmeter.javadsl.core.listeners.autostop with parameters of type TestStopper Constructor Description AutoStopTestBean(Pattern regex, List<AutoStopConditionElement> conditions, TestStopper testStopper)
-