org.finra.jtaf.core.parallel
Class MasterSuiteRunnersBuilder

java.lang.Object
  extended by org.junit.runners.model.RunnerBuilder
      extended by org.finra.jtaf.core.parallel.MasterSuiteRunnersBuilder

public class MasterSuiteRunnersBuilder
extends org.junit.runners.model.RunnerBuilder

Builds the list of runners for the tests in Test Agenda


Constructor Summary
MasterSuiteRunnersBuilder()
           
 
Method Summary
 org.junit.runner.Runner runnerForClass(Class<?> testClass)
           
 List<org.junit.runner.Runner> runners()
           
 
Methods inherited from class org.junit.runners.model.RunnerBuilder
runners, runners, safeRunnerForClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterSuiteRunnersBuilder

public MasterSuiteRunnersBuilder()
                          throws IllegalAccessException
Throws:
IllegalAccessException
Method Detail

runners

public List<org.junit.runner.Runner> runners()
                                      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

runnerForClass

public org.junit.runner.Runner runnerForClass(Class<?> testClass)
                                       throws Throwable
Specified by:
runnerForClass in class org.junit.runners.model.RunnerBuilder
Throws:
Throwable


Copyright © 2014. All rights reserved.