Searched refs:matchExc (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/test/java/security/SecureRandom/
H A DGetInstanceTest.java61 SecureRandom sr = matchExc(() -> SecureRandom.getInstanceStrong(),
79 sr = matchExc(() -> SecureRandom.getInstanceStrong(),
118 matchExc(() -> SecureRandom.getInstance(srAlgo), !(nsa(mech)),
125 matchExc(() -> SecureRandom.getInstance(srAlgo,
135 matchExc(() -> SecureRandom.getInstance(srAlgo, SUN_PROVIDER),
143 matchExc(() -> SecureRandom.getInstance(
167 matchExc(() -> SecureRandom.getInstance(srAlgo, param),
177 matchExc(() -> SecureRandom.getInstance(srAlgo, param,
188 matchExc(() -> SecureRandom.getInstance(srAlgo, param,
199 matchExc(()
277 private static SecureRandom matchExc(RunnableCode r, boolean shouldPass, method in class:GetInstanceTest
[all...]
H A DApiTest.java266 matchExc(() -> {
275 matchExc(() -> {
284 matchExc(() -> {
294 matchExc(() -> random.nextBytes(output,
301 matchExc(() -> random.nextBytes(output,
310 matchExc(() -> {
319 matchExc(() -> random.nextBytes(output, null),
345 private static void matchExc(RunnableCode r, boolean shouldPass, Class ex, method in class:ApiTest

Completed in 75 milliseconds