public interface JMeterEngine
| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(HashTree testPlan)
Configure engine 
 | 
void | 
exit()
Exit engine 
 | 
boolean | 
isActive()  | 
void | 
reset()
Stop test if running 
 | 
void | 
runTest()
Runs the test 
 | 
void | 
setProperties(Properties p)
set Properties on engine 
 | 
default void | 
stopTest()
Stop test immediately interrupting current samplers 
 | 
void | 
stopTest(boolean now)  | 
void configure(HashTree testPlan)
testPlan - the test planvoid runTest()
      throws JMeterEngineException
JMeterEngineException - if an error occursdefault void stopTest()
void stopTest(boolean now)
now - boolean that tell whether stop is immediate (interrupt) or not (wait for current sample end)void reset()
void setProperties(Properties p)
p - the properties to setvoid exit()
boolean isActive()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.