-
For Removal Element Description org.hibernate.testing.AfterClassOnce Use JUnit 5 along with one of the Hibernate ORM's class-level test annotations (BaseUnitTest
,SessionFactory
,Jpa
,SessionFactoryFunctionalTesting
,ServiceRegistryFunctionalTesting
, ...) andAfterAll
. Alternatively to the Hibernate ORM test annotations, you can use@TestInstance(TestInstance.Lifecycle.PER_CLASS)
directly on your test.org.hibernate.testing.BeforeClassOnce Use JUnit 5 along with one of the Hibernate ORM's class-level test annotations (BaseUnitTest
,SessionFactory
,Jpa
,SessionFactoryFunctionalTesting
,ServiceRegistryFunctionalTesting
, ...) andBeforeAll
. Alternatively to the Hibernate ORM test annotations, you can use@TestInstance(TestInstance.Lifecycle.PER_CLASS)
directly on your test.org.hibernate.testing.FailureExpected Use JUnit 5 andFailureExpected
instead.org.hibernate.testing.OnExpectedFailure No replacement with JUnit 5 at the moment.org.hibernate.testing.OnFailure No replacement with JUnit 5 at the moment.org.hibernate.testing.orm.junit.NotImplementedYetException By definition, something "not yet implemented" is something we are actively seeking to removeorg.hibernate.testing.RequiresDialect Use JUnit 5 andRequiresDialect
instead.org.hibernate.testing.RequiresDialectFeature Use JUnit 5 andRequiresDialectFeature
instead.org.hibernate.testing.RequiresDialects Use JUnit 5 andRequiresDialects
instead.org.hibernate.testing.Skip Use JUnit 5 andDisabledOnOs
orDisabledIf
.org.hibernate.testing.SkipForDialect Use JUnit 5 andSkipForDialect
instead.org.hibernate.testing.SkipForDialects Use JUnit 5 andSkipForDialectGroup
instead.org.hibernate.testing.TestForIssue UseJiraKey
instead.
-
Interfaces Interface Description org.hibernate.testing.orm.junit.NotImplementedYetException By definition, something "not yet implemented" is something we are actively seeking to remove
-
Classes Class Description org.hibernate.testing.jdbc.SQLStatementInterceptor useSQLStatementInspector
instead
-
Annotation Types Annotation Type Description org.hibernate.testing.AfterClassOnce Use JUnit 5 along with one of the Hibernate ORM's class-level test annotations (BaseUnitTest
,SessionFactory
,Jpa
,SessionFactoryFunctionalTesting
,ServiceRegistryFunctionalTesting
, ...) andAfterAll
. Alternatively to the Hibernate ORM test annotations, you can use@TestInstance(TestInstance.Lifecycle.PER_CLASS)
directly on your test.org.hibernate.testing.BeforeClassOnce Use JUnit 5 along with one of the Hibernate ORM's class-level test annotations (BaseUnitTest
,SessionFactory
,Jpa
,SessionFactoryFunctionalTesting
,ServiceRegistryFunctionalTesting
, ...) andBeforeAll
. Alternatively to the Hibernate ORM test annotations, you can use@TestInstance(TestInstance.Lifecycle.PER_CLASS)
directly on your test.org.hibernate.testing.FailureExpected Use JUnit 5 andFailureExpected
instead.org.hibernate.testing.OnExpectedFailure No replacement with JUnit 5 at the moment.org.hibernate.testing.OnFailure No replacement with JUnit 5 at the moment.org.hibernate.testing.RequiresDialect Use JUnit 5 andRequiresDialect
instead.org.hibernate.testing.RequiresDialectFeature Use JUnit 5 andRequiresDialectFeature
instead.org.hibernate.testing.RequiresDialects Use JUnit 5 andRequiresDialects
instead.org.hibernate.testing.Skip Use JUnit 5 andDisabledOnOs
orDisabledIf
.org.hibernate.testing.SkipForDialect Use JUnit 5 andSkipForDialect
instead.org.hibernate.testing.SkipForDialects Use JUnit 5 andSkipForDialectGroup
instead.org.hibernate.testing.TestForIssue UseJiraKey
instead.
-
Methods Method Description org.hibernate.testing.transaction.TransactionUtil.setJdbcTimeout(Session)