public class ESFuzzyRunner
extends org.junit.runners.Suite
Runner for JUnit, to realize multiple runs with different values
for a data field. RunWith annotation: @RunWith(ESFuzzyRunner.class). Annotations.Data, e.g.@Data
private Integer i; ESFuzzyDataProvider can be set via
the Annotations.DataProvider annotation, e.g.@DataProvider(IntDataProvider.class)ESFuzzyDataProvider. The
default value is the example implementation: IntDataProvider.ESFuzzyRunner.| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_SEPARATOR
The string representing a separation in a name (e.g.
|
| Constructor and Description |
|---|
ESFuzzyRunner(Class<?> clazz)
Default constructor, called by JUnit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(org.junit.runner.notification.RunNotifier notifier) |
public static final String NAME_SEPARATOR
public ESFuzzyRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
clazz - The root class of the suite.org.junit.runners.model.InitializationError - If thereCopyright © 2017. All rights reserved.