com.atlassian.confluence.testbatching
Class TestBatchRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<org.junit.runner.Runner>
          extended by org.junit.runners.Suite
              extended by com.atlassian.confluence.testbatching.TestBatchRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class TestBatchRunner
extends org.junit.runners.Suite

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

TestBatchRunner

public TestBatchRunner(java.lang.Class<?> suiteClass,
                       org.junit.runners.model.RunnerBuilder builder)
                throws org.junit.runners.model.InitializationError
Throws:
org.junit.runners.model.InitializationError


Copyright © 2003-2014 Atlassian. All Rights Reserved.