Home
last modified time | relevance | path

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

/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgsList.java22 public List<HostPort> hostPorts; field in ArgsList
/external/jcommander/src/test/java/com/beust/jcommander/
DJCommanderTest.java631 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()