Home
last modified time | relevance | path

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

/external/conscrypt/testing/src/main/java/tests/util/
DForEachRunner.java21 public final class ForEachRunner { class
31 private ForEachRunner() {} in ForEachRunner() method in ForEachRunner
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java130 import tests.util.ForEachRunner;
1831 ForEachRunner.runNamed(sslSocketFactory -> { in test_SSLSocket_ClientHello_cipherSuites()
1857 ForEachRunner.runNamed(sslSocketFactory -> { in test_SSLSocket_ClientHello_supportedCurves()
1879 ForEachRunner.runNamed(sslSocketFactory -> { in test_SSLSocket_ClientHello_clientProtocolVersion()
1887 ForEachRunner.runNamed(sslSocketFactory -> { in test_SSLSocket_ClientHello_compressionMethods()
1896 ForEachRunner.runNamed(sslSocketFactory -> { in test_SSLSocket_ClientHello_SNI()