Package org.hibernate.testing.orm.junit
Annotation Interface 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.