|
||||||||||
| 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.runner.Runner>
org.junit.runners.Suite
com.atlassian.confluence.testbatching.TestBatchRunner
public class TestBatchRunner
A JUnit Runner which splits up the tests described by the accompanying
BatchedTests annotation, and executes the tests in the batch specified
by the system properties.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.junit.runners.Suite |
|---|
org.junit.runners.Suite.SuiteClasses |
| Constructor Summary | |
|---|---|
TestBatchRunner(java.lang.Class<?> suiteClass,
org.junit.runners.model.RunnerBuilder builder)
|
|
| Method Summary |
|---|
| Methods inherited from class org.junit.runners.Suite |
|---|
describeChild, emptySuite, getChildren, runChild |
| Methods inherited from class org.junit.runners.ParentRunner |
|---|
childrenInvoker, classBlock, collectInitializationErrors, filter, getDescription, getName, getTestClass, run, 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 TestBatchRunner(java.lang.Class<?> suiteClass,
org.junit.runners.model.RunnerBuilder builder)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||