Annotation Interface TestMethodAnnotation


@Retention(RUNTIME) @Target(METHOD) public @interface TestMethodAnnotation
The annotation TestMethodAnnotation is an annotation intended for use in unit tests with one method.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The value.
  • Element Details

    • value

      String value
      The value.
      Returns:
      the value as string
      Default:
      ""