Package org.hibernate.testing.orm.junit
Annotation Type 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:
NotImplementedYetExtension
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringexpectedVersionA version expectation by when this feature is supposed to become implementedStringreasonA reason why the failure is expectedbooleanstrictGenerally this handles tests failing due toNotImplementedYetExceptionexceptions being thrown (strict).
-