Searched refs:hostPorts (Results 1 – 2 of 2) sorted by relevance
22 public List<HostPort> hostPorts; field in ArgsList
631 Assert.assertEquals(al.hostPorts.get(0).host, "localhost"); in testListAndSplitters()632 Assert.assertEquals(al.hostPorts.get(0).port.intValue(), 1000); in testListAndSplitters()633 Assert.assertEquals(al.hostPorts.get(1).host, "example.com"); in testListAndSplitters()634 Assert.assertEquals(al.hostPorts.get(1).port.intValue(), 1001); in testListAndSplitters()