Annotation Interface NotImplementedYet


@Inherited @Target({TYPE,METHOD}) @Retention(RUNTIME) @ExtendWith(NotImplementedYetExtension.class) public @interface NotImplementedYet
Indicates that the test tests functionality that has not been implemented yet.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    A version expectation by when this feature is supposed to become implemented
    A reason why the failure is expected
  • Element Details

    • reason

      String reason
      A reason why the failure is expected
      Default:
      ""
    • expectedVersion

      String expectedVersion
      A version expectation by when this feature is supposed to become implemented
      Default:
      ""