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