HomeSort by relevance Sort by last modified time
    Searched defs:Presubmit (Results 1 - 2 of 2) sorted by null

  /platform_testing/libraries/annotations/src/android/platform/test/annotations/
Presubmit.java 25 * Marks a test or test class that should run as part of a project scoped presubmit suite
30 public @interface Presubmit {
  /external/wycheproof/java/com/google/security/wycheproof/
WycheproofRunner.java 40 * <ul>@Presubmit test runners skip @NoPresubmitTest test functions.
69 * Annotation to specify presubmit test runners that exclude {@code @NoPresubmitTets} tests.
71 * <p>Usage: @Presubmit(ProviderType.BOUNCY_CASTLE)
75 public @interface Presubmit {}
101 * Tests that should be excluded from presubmit checks on specific providers.
111 /** List of providers that this test method should not run as presubmit check. */
139 Presubmit presubmit; field in class:WycheproofRunner.ExcludeTestFilter
145 this.presubmit = runnerClass.getAnnotation(Presubmit.class)
    [all...]

Completed in 152 milliseconds