ClientJMeterEngine
, StandardJMeterEngine
public interface JMeterEngine
Modifier and Type | Method | Description |
---|---|---|
void |
configure(HashTree testPlan) |
|
void |
exit() |
|
boolean |
isActive() |
|
void |
reset() |
|
void |
runTest() |
|
void |
setProperties(Properties p) |
|
void |
stopTest(boolean now) |
void configure(HashTree testPlan)
void runTest() throws JMeterEngineException
JMeterEngineException
void stopTest(boolean now)
void reset()
void setProperties(Properties p)
void exit()
boolean isActive()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.