Ejemplo n.º 1
0
 public void testToString() throws Exception {
   com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest();
   testCase.testToString();
 }
Ejemplo n.º 2
0
 public void testRequireBracketsForIPv6() throws Exception {
   com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest();
   testCase.testRequireBracketsForIPv6();
 }
Ejemplo n.º 3
0
 public void testSerialization() throws Exception {
   com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest();
   testCase.testSerialization();
 }
Ejemplo n.º 4
0
 public void testHashCodeAndEquals() throws Exception {
   com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest();
   testCase.testHashCodeAndEquals();
 }
Ejemplo n.º 5
0
 public void testGetPortOrDefault() throws Exception {
   com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest();
   testCase.testGetPortOrDefault();
 }
Ejemplo n.º 6
0
 public void testFromStringWellFormed() throws Exception {
   com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest();
   testCase.testFromStringWellFormed();
 }
Ejemplo n.º 7
0
 public void testFromStringUnusedDefaultPort() throws Exception {
   com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest();
   testCase.testFromStringUnusedDefaultPort();
 }
Ejemplo n.º 8
0
 public void testFromStringUnparseableNonsense() throws Exception {
   com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest();
   testCase.testFromStringUnparseableNonsense();
 }