Searched refs:expectedDns (Results 1 – 1 of 1) sorted by relevance
270 InetAddress expectedDns = InetAddress.getByName("8.8.4.4"); in testDecodeConfigResponse() local272 assertEquals(expectedDns, ((ConfigAttributeIpv4Dns) att).address); in testDecodeConfigResponse()