Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test/com/google/common/net/
DHostAndPortTest_gwt.java22 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromHost()
27 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromParts()
32 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringBadDefaultPort()
37 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringBadPort()
42 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringParseableNonsense()
47 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringUnparseableNonsense()
52 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringUnusedDefaultPort()
57 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringWellFormed()
62 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testGetPortOrDefault()
67 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testHashCodeAndEquals()
[all …]
/external/guava/guava-tests/test/com/google/common/net/
DHostAndPortTest.java30 public class HostAndPortTest extends TestCase { class