Interface TestingUtil.TestAnnotationCollector<S>

  • Enclosing class:
    TestingUtil

    public static interface TestingUtil.TestAnnotationCollector<S>
    • Method Detail

      • collect

        Collection<S> collect​(S methodAnnotation,
                              S[] methodAnnotations,
                              S classAnnotation,
                              S[] classAnnotations)