Searched refs:getHostPorts (Results 1 – 4 of 4) sorted by relevance
69 Assert.assertEquals(a.getHostPorts().get(0).host, "a.com"); in mainWithHostPortParameters()70 Assert.assertEquals(a.getHostPorts().get(0).port.intValue(), 10); in mainWithHostPortParameters()71 Assert.assertEquals(a.getHostPorts().get(1).host, "b.com"); in mainWithHostPortParameters()72 Assert.assertEquals(a.getHostPorts().get(1).port.intValue(), 20); in mainWithHostPortParameters()
26 List<HostPort> getHostPorts(); in getHostPorts() method
37 public List<HostPort> getHostPorts() { in getHostPorts() method in ArgsMainParameter1
38 public List<HostPort> getHostPorts() { in getHostPorts() method in ArgsMainParameter2