public static class ResultRecorder.DefaultImpls
| Modifier and Type | Method and Description |
|---|---|
static void |
destroy(ResultRecorder $this)
Graceful destroy, called after test
|
static java.util.Map<java.lang.String,java.lang.String> |
getUserDefinedEnvParams(ResultRecorder $this)
Get user-defined environment parameters, which should be persisted along with test results
|
static <T> java.util.List<T> |
subList(ResultRecorder $this,
java.util.List<? extends T> sample,
int size,
SelectionStrategy strategy)
Select sub list of given size from sample according to the given strategy
|
public static <T> java.util.List<T> subList(ResultRecorder $this, java.util.List<? extends T> sample, int size, SelectionStrategy strategy)
Select sub list of given size from sample according to the given strategy
public static java.util.Map<java.lang.String,java.lang.String> getUserDefinedEnvParams(ResultRecorder $this)
Get user-defined environment parameters, which should be persisted along with test results
public static void destroy(ResultRecorder $this)
Graceful destroy, called after test