Package edu.berkeley.cs.jqf.fuzz.junit
Class TrialRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- edu.berkeley.cs.jqf.fuzz.junit.TrialRunner
-
- All Implemented Interfaces:
Describable
,Filterable
,Orderable
,Sortable
public class TrialRunner extends BlockJUnit4ClassRunner
-
-
Constructor Summary
Constructors Constructor Description TrialRunner(Class<?> testClass, FrameworkMethod method, Object[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<FrameworkMethod>
computeTestMethods()
Object
getOutput()
protected Statement
methodInvoker(FrameworkMethod frameworkMethod, Object test)
void
run()
-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, createTest, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
-
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolation
-
-
-
-
Field Detail
-
args
protected final Object[] args
-
-
Constructor Detail
-
TrialRunner
public TrialRunner(Class<?> testClass, FrameworkMethod method, Object[] args) throws InitializationError
- Throws:
InitializationError
-
-
Method Detail
-
computeTestMethods
protected List<FrameworkMethod> computeTestMethods()
- Overrides:
computeTestMethods
in classBlockJUnit4ClassRunner
-
methodInvoker
protected Statement methodInvoker(FrameworkMethod frameworkMethod, Object test)
- Overrides:
methodInvoker
in classBlockJUnit4ClassRunner
-
getOutput
public Object getOutput()
-
-