public interface PerformanceTest
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Cleanup after test if needed.
|
Map<String,Object> |
computeScores(int seconds)
Compute scores and returns as map.
|
void |
executeBlock()
Executes block of code to be tested.
|
String |
getTestName()
Gets the test name.
|
void |
prepare()
Prepare test if needed.
|
void executeBlock()
throws Exception
ExceptionMap<String,Object> computeScores(int seconds)
seconds - the secondsString getTestName()
void cleanup()
Copyright © 2017 SAP SE. All Rights Reserved.