org.testng
Interface ITestRunnerFactory

All Known Implementing Classes:
SuiteRunner.DefaultTestRunnerFactory, SuiteRunner.ProxyTestRunnerFactory

public interface ITestRunnerFactory

A factory for TestRunners to be used by SuiteRunners.

Author:
Alex Popescu

Method Summary
 TestRunner newTestRunner(ISuite suite, XmlTest test)
           
 

Method Detail

newTestRunner

TestRunner newTestRunner(ISuite suite,
                         XmlTest test)


Copyright © 2010. All Rights Reserved.