Searched defs:ExcludedTest (Results 1 - 1 of 1) sorted by relevance

/external/wycheproof/java/com/google/security/wycheproof/
H A DWycheproofRunner.java41 * <ul>All test runners skip @ExcludedTest test functions.
121 * <p>Usage: @ExcludedTest(providers = {ProviderType.BOUNCY_CASTLE, ProviderType.OPENJDK})
125 public @interface ExcludedTest { interface in class:WycheproofRunner
163 // Skip @ExcludedTest tests
164 ExcludedTest excludedTest = description.getAnnotation(ExcludedTest.class);

Completed in 255 milliseconds