Searched refs:expectedCertificates (Results 1 – 1 of 1) sorted by relevance
70 Set<String> expectedCertificates = new HashSet<String>( in testNoRemovedCertificates() local73 expectedCertificates.removeAll(deviceCertificates); in testNoRemovedCertificates()74 assertEquals("Missing CA certificates", Collections.EMPTY_SET, expectedCertificates); in testNoRemovedCertificates()98 Set<String> expectedCertificates = new HashSet<String>( in testNoAddedCertificates() local101 deviceCertificates.removeAll(expectedCertificates); in testNoAddedCertificates()127 Set<String> expectedCertificates = new HashSet<>( in testNoRemovedWfaCertificates() local130 expectedCertificates.removeAll(deviceWfaCertificates); in testNoRemovedWfaCertificates()131 assertEquals("Missing WFA CA certificates", Collections.EMPTY_SET, expectedCertificates); in testNoRemovedWfaCertificates()139 Set<String> expectedCertificates = new HashSet<String>( in testNoAddedWfaCertificates() local142 deviceWfaCertificates.removeAll(expectedCertificates); in testNoAddedWfaCertificates()