org.finra.jtaf.core.parallel
Class JTAFMasterSuite

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.finra.jtaf.core.parallel.JTAFMasterSuite
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class JTAFMasterSuite
extends org.junit.runners.Suite

The test suite of the tests that will run together


Nested Class Summary
 
Nested classes/interfaces inherited from class org.junit.runners.Suite
org.junit.runners.Suite.SuiteClasses
 
Constructor Summary
JTAFMasterSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder)
           
 
Method Summary
 org.junit.runner.Description getDescription()
           
 
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, 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

JTAFMasterSuite

public JTAFMasterSuite(Class<?> klass,
                       org.junit.runners.model.RunnerBuilder builder)
                throws org.junit.runners.model.InitializationError,
                       ParsingException,
                       SAXException,
                       IOException,
                       IllegalArgumentException,
                       SecurityException,
                       IllegalAccessException,
                       InvocationTargetException,
                       NoSuchMethodException,
                       InstantiationException
Throws:
org.junit.runners.model.InitializationError
ParsingException
SAXException
IOException
IllegalArgumentException
SecurityException
IllegalAccessException
InvocationTargetException
NoSuchMethodException
InstantiationException
Method Detail

getDescription

public org.junit.runner.Description getDescription()
Specified by:
getDescription in interface org.junit.runner.Describable
Overrides:
getDescription in class org.junit.runners.ParentRunner<org.junit.runner.Runner>


Copyright © 2014. All rights reserved.