|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface LoadTest.UsageScenario<T>
Specifies a load test usage scenario.
Method Summary | |
---|---|
void |
clearExceptions()
Clears the exceptions that have been collected so far |
int |
getDefaultWeight()
|
List<LoadTest.ScenarioException> |
getExceptions()
|
String |
getName()
|
int |
getSuccessfulRunCount()
|
int |
getTotalRunCount()
|
int |
getUnsuccessfulRunCount()
|
void |
resetRunCount()
Resets the run counters |
void |
run(T application)
Runs this scenario with the given application |
Method Detail |
---|
String getName()
int getDefaultWeight()
void run(T application) throws LoadTest.ScenarioException
application
- the application to use
LoadTest.ScenarioException
- in case of an exceptionint getTotalRunCount()
List<LoadTest.ScenarioException> getExceptions()
void resetRunCount()
void clearExceptions()
int getSuccessfulRunCount()
int getUnsuccessfulRunCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |