Package org.hibernate.testing.orm.junit
Annotation Type ServiceRegistryFunctionalTesting
-
@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) @TestInstance(PER_CLASS) @ExtendWith(FailureExpectedExtension.class) @ExtendWith(ServiceRegistryExtension.class) @ExtendWith(ServiceRegistryParameterResolver.class) public @interface ServiceRegistryFunctionalTesting
Composite annotation for applying extensions needed for managing a StandardServiceRegistry as part of the test lifecycle.