Home
last modified time | relevance | path

Searched refs:withScopeId (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/net/
DInetAddressesTest.java178 String withScopeId = ipString + "%" + scopeId; in testIPv4AddressWithScopeId() local
180 "InetAddresses.isInetAddress(" + withScopeId + ") should be false but was true", in testIPv4AddressWithScopeId()
181 InetAddresses.isInetAddress(withScopeId)); in testIPv4AddressWithScopeId()
191 String withScopeId = ipString + "%" + scopeId; in testDottedQuadAddressWithScopeId() local
193 "InetAddresses.isInetAddress(" + withScopeId + ") should be false but was true", in testDottedQuadAddressWithScopeId()
194 InetAddresses.isInetAddress(withScopeId)); in testDottedQuadAddressWithScopeId()
213 String withScopeId = ipString + "%" + scopeId; in testIPv6AddressWithScopeId() local
215 "InetAddresses.isInetAddress(" + withScopeId + ") should be true but was false", in testIPv6AddressWithScopeId()
216 InetAddresses.isInetAddress(withScopeId)); in testIPv6AddressWithScopeId()
217 assertEquals(InetAddresses.forString(withScopeId), InetAddresses.forString(ipString)); in testIPv6AddressWithScopeId()
/external/guava/guava-tests/test/com/google/common/net/
DInetAddressesTest.java178 String withScopeId = ipString + "%" + scopeId; in testIPv4AddressWithScopeId() local
180 "InetAddresses.isInetAddress(" + withScopeId + ") should be false but was true", in testIPv4AddressWithScopeId()
181 InetAddresses.isInetAddress(withScopeId)); in testIPv4AddressWithScopeId()
191 String withScopeId = ipString + "%" + scopeId; in testDottedQuadAddressWithScopeId() local
193 "InetAddresses.isInetAddress(" + withScopeId + ") should be false but was true", in testDottedQuadAddressWithScopeId()
194 InetAddresses.isInetAddress(withScopeId)); in testDottedQuadAddressWithScopeId()
213 String withScopeId = ipString + "%" + scopeId; in testIPv6AddressWithScopeId() local
215 "InetAddresses.isInetAddress(" + withScopeId + ") should be true but was false", in testIPv6AddressWithScopeId()
216 InetAddresses.isInetAddress(withScopeId)); in testIPv6AddressWithScopeId()
217 assertEquals(InetAddresses.forString(withScopeId), InetAddresses.forString(ipString)); in testIPv6AddressWithScopeId()