org.eclipse.emf.emfstore.fuzzy.emf.internal.junit
Class FuzzyTestClassRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
org.eclipse.emf.emfstore.fuzzy.emf.internal.junit.FuzzyTestClassRunner
- All Implemented Interfaces:
- org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable
public class FuzzyTestClassRunner
- extends org.junit.runners.BlockJUnit4ClassRunner
A Runner for each TestClass.
Used in the ESFuzzyRunner.
- Author:
- Julian Sommerfeldt
| Methods inherited from class org.junit.runners.ParentRunner |
filter, getDescription, getTestClass, run, setScheduler, sort |
| Methods inherited from class org.junit.runner.Runner |
testCount |
FuzzyTestClassRunner
public FuzzyTestClassRunner(Class<?> type,
ESFuzzyDataProvider<?> dataProvider,
FrameworkFields frameworkFields,
ESFuzzyUtil util,
int counter)
throws org.junit.runners.model.InitializationError
- Constructor.
- Parameters:
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 run
- Throws:
org.junit.runners.model.InitializationError - If there was a problem during the initialization of the test
createTest
public Object createTest()
- Overrides:
createTest in class org.junit.runners.BlockJUnit4ClassRunner
getChildren
public List<org.junit.runners.model.FrameworkMethod> getChildren()
- Overrides:
getChildren in class org.junit.runners.BlockJUnit4ClassRunner
Copyright © 2015. All Rights Reserved.