Package org.apache.jmeter.engine
Interface JMeterEngine
-
- All Known Implementing Classes:
ClientJMeterEngine,StandardJMeterEngine
public interface JMeterEngineThis interface is implemented by classes that can run JMeter tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(HashTree testPlan)voidexit()booleanisActive()voidreset()voidrunTest()voidsetProperties(Properties p)voidstopTest(boolean now)
-
-
-
Method Detail
-
configure
void configure(HashTree testPlan)
-
runTest
void runTest() throws JMeterEngineException- Throws:
JMeterEngineException
-
stopTest
void stopTest(boolean now)
-
reset
void reset()
-
setProperties
void setProperties(Properties p)
-
exit
void exit()
-
isActive
boolean isActive()
-
-