Interface TestingUtil.TestAnnotationCollector<S>

Enclosing class:
TestingUtil

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

    Modifier and Type
    Method
    Description
    collect(S methodAnnotation, S[] methodAnnotations, S classAnnotation, S[] classAnnotations)
     
  • Method Details

    • collect

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