org.apache.jmeter.engine
Interface JMeterEngine
- All Known Implementing Classes:
- ClientJMeterEngine, StandardJMeterEngine
public interface JMeterEngine
This interface is implemented by classes that can run JMeter tests.
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()
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.