public void testToString() throws Exception { com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); testCase.testToString(); }
public void testRequireBracketsForIPv6() throws Exception { com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); testCase.testRequireBracketsForIPv6(); }
public void testSerialization() throws Exception { com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); testCase.testSerialization(); }
public void testHashCodeAndEquals() throws Exception { com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); testCase.testHashCodeAndEquals(); }
public void testGetPortOrDefault() throws Exception { com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); testCase.testGetPortOrDefault(); }
public void testFromStringWellFormed() throws Exception { com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); testCase.testFromStringWellFormed(); }
public void testFromStringUnusedDefaultPort() throws Exception { com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); testCase.testFromStringUnusedDefaultPort(); }
public void testFromStringUnparseableNonsense() throws Exception { com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); testCase.testFromStringUnparseableNonsense(); }