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 ElementsModifier and TypeOptional ElementDescriptionA version expectation by when this feature is supposed to become implementedA reason why the failure is expected
-
Element Details
-
reason
-
expectedVersion
String expectedVersionA version expectation by when this feature is supposed to become implemented- Default:
""
-