public class BaseTestExecutor
Executes particular piece of code (junit test, or any other function) and runs performance and trend assertions.
| Constructor and Description |
|---|
BaseTestExecutor()
Executes particular piece of code (junit test, or any other function) and runs performance and trend assertions.
|
| Modifier and Type | Method and Description |
|---|---|
PerfTestExecution |
executeTest(PerfTestConfiguration config,
kotlin.jvm.functions.Function0<kotlin.Unit> statement) |
public BaseTestExecutor()
Executes particular piece of code (junit test, or any other function) and runs performance and trend assertions.
public PerfTestExecution executeTest(PerfTestConfiguration config, kotlin.jvm.functions.Function0<kotlin.Unit> statement)