|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
org.finra.jtaf.core.parallel.TestCaseRunner
public class TestCaseRunner
The test case runner class
Constructor Summary | |
---|---|
TestCaseRunner(Class<?> klass,
ParallelScriptRunner scriptWrapper)
|
Method Summary | |
---|---|
protected void |
collectInitializationErrors(List<Throwable> errors)
|
protected Object |
createTest()
|
protected org.junit.runner.Description |
describeChild(org.junit.runners.model.FrameworkMethod method)
|
org.junit.runner.Description |
getDescription()
|
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner |
---|
computeTestMethods, getChildren, getTestRules, methodBlock, methodInvoker, 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, filter, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses |
Methods inherited from class org.junit.runner.Runner |
---|
testCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestCaseRunner(Class<?> klass, ParallelScriptRunner scriptWrapper) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
Method Detail |
---|
protected Object createTest() throws Exception
createTest
in class org.junit.runners.BlockJUnit4ClassRunner
Exception
protected org.junit.runner.Description describeChild(org.junit.runners.model.FrameworkMethod method)
describeChild
in class org.junit.runners.BlockJUnit4ClassRunner
public org.junit.runner.Description getDescription()
getDescription
in interface org.junit.runner.Describable
getDescription
in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
protected void collectInitializationErrors(List<Throwable> errors)
collectInitializationErrors
in class org.junit.runners.BlockJUnit4ClassRunner
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |