Searched refs:HostAndPortTest (Results 1 – 2 of 2) sorted by relevance
22 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 …]
30 public class HostAndPortTest extends TestCase { class