Home
last modified time | relevance | path

Searched refs:m_customTestRunnerFactory (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/remote/
DRemoteTestNG.java52 private ITestRunnerFactory m_customTestRunnerFactory; field in RemoteTestNG
138 if(null == m_customTestRunnerFactory) { in buildTestRunnerFactory()
139 m_customTestRunnerFactory= new ITestRunnerFactory() { in buildTestRunnerFactory()
157 return m_customTestRunnerFactory; in buildTestRunnerFactory()