Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/distributed/
DDistributedTest.java52 p.setProperty("testng.hosts", "localhost:" + m_ports[0] + " localhost:" + m_ports[1]); in createMasterProperties()
98 m_ports = new String[] { Integer.toString(port), Integer.toString(port+1)}; in startSlaves()
100 File slaveFile = createSlaveProperties(m_ports[0]); in startSlaves()
103 slaveFile = createSlaveProperties(m_ports[1]); in startSlaves()
107 private String[] m_ports = new String[2]; field in DistributedTest
146 found1 = host.contains(m_ports[0]); in twoHostsWithTestStrategy()
149 found2 = host.contains(m_ports[1]); in twoHostsWithTestStrategy()
152 Assert.assertTrue(found1, "No tests ran on port " + m_ports[0]); in twoHostsWithTestStrategy()
153 Assert.assertTrue(found2, "No tests ran on port " + m_ports[1]); in twoHostsWithTestStrategy()