Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getMachineScopesAndInterfaces (0.25 sec)

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

      public void testIPv4AddressWithScopeId() throws SocketException {
        ImmutableSet<String> ipStrings = ImmutableSet.of("1.2.3.4", "192.168.0.1");
        for (String ipString : ipStrings) {
          for (String scopeId : getMachineScopesAndInterfaces()) {
            String withScopeId = ipString + "%" + scopeId;
            assertFalse(
                "InetAddresses.isInetAddress(" + withScopeId + ") should be false but was true",
    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