public class FuzzyTestClassRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
FuzzyTestClassRunner(Class<?> type,
ESFuzzyDataProvider<?> dataProvider,
FrameworkFields frameworkFields,
ESFuzzyUtil util,
int counter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
createTest() |
List<org.junit.runners.model.FrameworkMethod> |
getChildren() |
public FuzzyTestClassRunner(Class<?> type, ESFuzzyDataProvider<?> dataProvider, FrameworkFields frameworkFields, ESFuzzyUtil util, int counter) throws org.junit.runners.model.InitializationError
type - The testclassdataProvider - The ESFuzzyDataProvider providing the data to put into
the dataFieldframeworkFields - the FrameworkFields instance holding different configuration optionsutil - The ESFuzzyUtil classcounter - The counter of the runorg.junit.runners.model.InitializationError - If there was a problem during the initialization of the testCopyright © 2017. All rights reserved.