Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/distributed/
DDistributedTest.java100 File slaveFile = createSlaveProperties(m_ports[0]); in startSlaves() local
101 startSlave( slaveFile.getCanonicalPath()); in startSlaves()
103 slaveFile = createSlaveProperties(m_ports[1]); in startSlaves()
104 startSlave( slaveFile.getCanonicalPath()); in startSlaves()