org.spockframework.runtime
Class OptimizeRunOrderSuite

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 org.spockframework.runtime.OptimizeRunOrderSuite
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class OptimizeRunOrderSuite
extends org.junit.runners.Suite


Nested Class Summary
 
Nested classes/interfaces inherited from class org.junit.runners.Suite
org.junit.runners.Suite.SuiteClasses
 
Field Summary
static java.lang.String CLASSES_TO_RUN_KEY
           
 
Constructor Summary
OptimizeRunOrderSuite(java.lang.Class<?> clazz, 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, classRules, collectInitializationErrors, filter, getDescription, 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
 

Field Detail

CLASSES_TO_RUN_KEY

public static final java.lang.String CLASSES_TO_RUN_KEY
Constructor Detail

OptimizeRunOrderSuite

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


Copyright © 2013. All rights reserved