Searched refs:mockAttributeList (Results 1 – 1 of 1) sorted by relevance
326 List<ConfigAttribute> mockAttributeList = new ArrayList<>(); in testBuildAndEncodeOutboundConfig() local327 mockAttributeList.add(makeMockAttribute(IPV4_ADDRESS_ATTRIBUTE_WITHOUT_VALUE)); in testBuildAndEncodeOutboundConfig()328 mockAttributeList.add(makeMockAttribute(IPV6_ADDRESS_ATTRIBUTE_WITHOUT_VALUE)); in testBuildAndEncodeOutboundConfig()329 mockAttributeList.add(makeMockAttribute(IPV4_DNS_ATTRIBUTE_WITHOUT_VALUE)); in testBuildAndEncodeOutboundConfig()330 mockAttributeList.add(makeMockAttribute(IPV6_DNS_ATTRIBUTE_WITHOUT_VALUE)); in testBuildAndEncodeOutboundConfig()331 mockAttributeList.add(makeMockAttribute(IPV4_PCSCF_ATTRIBUTE_WITH_VALUE)); in testBuildAndEncodeOutboundConfig()332 mockAttributeList.add(makeMockAttribute(IPV6_PCSCF_ATTRIBUTE_WITH_VALUE)); in testBuildAndEncodeOutboundConfig()333 IkeConfigPayload configPayload = new IkeConfigPayload(false /*isReply*/, mockAttributeList); in testBuildAndEncodeOutboundConfig()338 assertEquals(mockAttributeList, configPayload.recognizedAttributeList); in testBuildAndEncodeOutboundConfig()