Home
last modified time | relevance | path

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

/external/conscrypt/common/src/test/java/org/conscrypt/
DChainStrengthAnalyzerTest.java338 assertGood(GOOD_RSA_PEM); in testGoodChain()
339 assertGood(GOOD_DSA_PEM); in testGoodChain()
340 assertGood(GOOD_ECDSA_PEM); in testGoodChain()
353 private static void assertGood(String pem) throws Exception { in assertGood() method in ChainStrengthAnalyzerTest
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
DChainStrengthAnalyzerTest.java342 assertGood(GOOD_RSA_PEM); in testGoodChain()
343 assertGood(GOOD_DSA_PEM); in testGoodChain()
344 assertGood(GOOD_ECDSA_PEM); in testGoodChain()
357 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