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