-
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 andFailureExpectedinstead.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 andRequiresDialectinstead.org.hibernate.testing.RequiresDialectFeature Use JUnit 5 andRequiresDialectFeatureinstead.org.hibernate.testing.RequiresDialects Use JUnit 5 andRequiresDialectsinstead.org.hibernate.testing.Skip Use JUnit 5 andDisabledOnOsorDisabledIf.org.hibernate.testing.SkipForDialect Use JUnit 5 andSkipForDialectinstead.org.hibernate.testing.SkipForDialects Use JUnit 5 andSkipForDialectGroupinstead.org.hibernate.testing.TestForIssue UseJiraKeyinstead.
-
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 useSQLStatementInspectorinstead
-
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 andFailureExpectedinstead.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 andRequiresDialectinstead.org.hibernate.testing.RequiresDialectFeature Use JUnit 5 andRequiresDialectFeatureinstead.org.hibernate.testing.RequiresDialects Use JUnit 5 andRequiresDialectsinstead.org.hibernate.testing.Skip Use JUnit 5 andDisabledOnOsorDisabledIf.org.hibernate.testing.SkipForDialect Use JUnit 5 andSkipForDialectinstead.org.hibernate.testing.SkipForDialects Use JUnit 5 andSkipForDialectGroupinstead.org.hibernate.testing.TestForIssue UseJiraKeyinstead.