Annotation Type TestMethodAnnotation
-
@Retention(RUNTIME) @Target(METHOD) public @interface TestMethodAnnotation
The annotationTestMethodAnnotation
is an annotation intended for use in unit tests with one method.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
The value.
-