Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDottedQuadAddressWithScopeId (0.13 sec)

  1. guava-tests/test/com/google/common/net/InetAddressesTest.java

                "InetAddresses.isInetAddress(" + withScopeId + ") should be false but was true",
                InetAddresses.isInetAddress(withScopeId));
          }
        }
      }
    
      public void testDottedQuadAddressWithScopeId() throws SocketException {
        ImmutableSet<String> ipStrings =
            ImmutableSet.of("7::0.128.0.127", "7::0.128.0.128", "7::128.128.0.127", "7::0.128.128.127");
        for (String ipString : ipStrings) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 35.3K bytes
    - Viewed (0)
Back to top