private static class SuiteRunner.DefaultTestRunnerFactory extends java.lang.Object implements ITestRunnerFactory
ITestRunnerFactory
.Modifier and Type | Field and Description |
---|---|
private IConfiguration |
m_configuration |
private ITestListener[] |
m_failureGenerators |
private boolean |
m_skipFailedInvocationCounts |
private boolean |
m_useDefaultListeners |
Constructor and Description |
---|
DefaultTestRunnerFactory(IConfiguration configuration,
ITestListener[] failureListeners,
boolean useDefaultListeners,
boolean skipFailedInvocationCounts) |
Modifier and Type | Method and Description |
---|---|
TestRunner |
newTestRunner(ISuite suite,
XmlTest test,
java.util.Collection<IInvokedMethodListener> listeners,
java.util.List<IClassListener> classListeners) |
private ITestListener[] m_failureGenerators
private boolean m_useDefaultListeners
private boolean m_skipFailedInvocationCounts
private IConfiguration m_configuration
public DefaultTestRunnerFactory(IConfiguration configuration, ITestListener[] failureListeners, boolean useDefaultListeners, boolean skipFailedInvocationCounts)
public TestRunner newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)
newTestRunner
in interface ITestRunnerFactory