Module test.object.main
Annotation Type TestMethodAnnotation
-
@Retention(RUNTIME) @Target(METHOD) public @interface TestMethodAnnotationThe annotationTestMethodAnnotationis an annotation intended for use in unit tests with one method.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueThe value.
-