hibernate-testing cleanup
This commit is contained in:
parent
2ee5ed0e52
commit
21cca2bbc2
|
@ -8,10 +8,5 @@
|
||||||
/**
|
/**
|
||||||
* Extensions based on the extension mechanism of JUnit 5 to support things like
|
* Extensions based on the extension mechanism of JUnit 5 to support things like
|
||||||
* `@FailureExcepted`, `@RequiresDialect`, etc. Used in writing tests
|
* `@FailureExcepted`, `@RequiresDialect`, etc. Used in writing tests
|
||||||
*
|
|
||||||
* todo (6.0) : add the proposed Docker support - DomainModel, multi-threading etc
|
|
||||||
*
|
|
||||||
* @deprecated Use {@link org.hibernate.testing.orm.junit} instead
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
package org.hibernate.testing.junit5;
|
package org.hibernate.testing.junit5;
|
||||||
|
|
Loading…
Reference in New Issue