Annotation Type MethodsUnderTest


  • @Retention(SOURCE)
    @Target(METHOD)
    public @interface MethodsUnderTest
    Indicates the methods being tested in the annotated test method. Diffblue Cover attaches this annotation to all tests that it creates.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value