Annotation Type 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
      java.lang.String value
      The value.
    • Element Detail

      • value

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