Searched refs:hostPorts (Results 1 - 2 of 2) sorted by relevance

/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgsList.java22 public List<HostPort> hostPorts; field in class:ArgsList
/external/jcommander/src/test/java/com/beust/jcommander/
H A DJCommanderTest.java631 Assert.assertEquals(al.hostPorts.get(0).host, "localhost");
632 Assert.assertEquals(al.hostPorts.get(0).port.intValue(), 1000);
633 Assert.assertEquals(al.hostPorts.get(1).host, "example.com");
634 Assert.assertEquals(al.hostPorts.get(1).port.intValue(), 1001);

Completed in 172 milliseconds