Annotation Type TestMethodProviders


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface TestMethodProviders
    Test case method provider. TODO: it would be nice to have an _instance_ provider as opposed to method provider, but it's hellishly difficult to integrate with the rest of the infrastructure (seeds, repetitions, etc.).
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends TestMethodProvider>[] value