public class ThreadBasedTestExecutor
Executes particular piece of code (junit test, or any other function) and runs performance and trend assertions.
| Constructor and Description |
|---|
ThreadBasedTestExecutor()
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.Function1<? super cz.encircled.jput.JPut,? extends java.lang.Object> statement) |
void |
performExecution(PerfTestExecution execution,
kotlin.jvm.functions.Function1<? super cz.encircled.jput.JPut,? extends java.lang.Object> statement) |
public ThreadBasedTestExecutor()
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.Function1<? super cz.encircled.jput.JPut,? extends java.lang.Object> statement)
public void performExecution(PerfTestExecution execution, kotlin.jvm.functions.Function1<? super cz.encircled.jput.JPut,? extends java.lang.Object> statement)