Home
last modified time | relevance | path

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

/external/conscrypt/platform/src/test/java/org/conscrypt/
DChainStrengthAnalyzerTest.java250 assertGood(GOOD_RSA_PEM); in testGoodChain()
251 assertGood(GOOD_DSA_PEM); in testGoodChain()
252 assertGood(GOOD_ECDSA_PEM); in testGoodChain()
265 private static void assertGood(String pem) throws Exception { in assertGood() method in ChainStrengthAnalyzerTest
/external/guava/guava-tests/test/com/google/common/net/
DHostSpecifierTest.java53 assertGood(spec); in testGoodIpAddresses()
65 assertGood(spec); in testGoodDomains()
97 private void assertGood(String spec) throws ParseException { in assertGood() method in HostSpecifierTest