Clean up usages of ``@NotImplementedYet`
This commit is contained in:
parent
7de0e79cad
commit
4eca44eecd
|
@ -18,7 +18,7 @@ import org.hibernate.NotImplementedYetException;
|
|||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
/**
|
||||
* Marks a test method or class's tested functionality as not being implemented yet.
|
||||
* Indicates that the test tests functionality that has not been implemented yet.
|
||||
*
|
||||
* @see NotImplementedYetExtension
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue