org.finra.jtaf.core.parallel
Class MasterSuiteRunnersBuilder
java.lang.Object
org.junit.runners.model.RunnerBuilder
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
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 |
MasterSuiteRunnersBuilder
public MasterSuiteRunnersBuilder()
throws IllegalAccessException
- Throws:
IllegalAccessException
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.