Searched refs:attributeIp4Address (Results 1 – 1 of 1) sorted by relevance
413 ConfigAttributeIpv4Address attributeIp4Address = in testDecodeIpv4AddressWithValue() local416 assertEquals(CONFIG_ATTR_INTERNAL_IP4_ADDRESS, attributeIp4Address.attributeType); in testDecodeIpv4AddressWithValue()417 assertEquals(IPV4_ADDRESS, attributeIp4Address.address); in testDecodeIpv4AddressWithValue()422 ConfigAttributeIpv4Address attributeIp4Address = in testDecodeIpv4AddressWithoutValue() local425 assertEquals(CONFIG_ATTR_INTERNAL_IP4_ADDRESS, attributeIp4Address.attributeType); in testDecodeIpv4AddressWithoutValue()426 assertNull(attributeIp4Address.address); in testDecodeIpv4AddressWithoutValue()434 ConfigAttributeIpv4Address attributeIp4Address = in testDecodeIpv4AddressWithInvalidValue() local443 ConfigAttributeIpv4Address attributeIp4Address = in testEncodeIpv4AddressWithValue() local447 attributeIp4Address, in testEncodeIpv4AddressWithValue()465 ConfigAttributeIpv4Address attributeIp4Address = new ConfigAttributeIpv4Address(); in testEncodeIpv4AddressWithoutValue() local[all …]