Interface Helper.TestAnnotationCollector<S>

Enclosing class:
Helper

public static interface Helper.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)