Uses of Interface
org.hibernate.testing.orm.junit.TestingUtil.TestAnnotationCollector
-
Packages that use TestingUtil.TestAnnotationCollector Package Description org.hibernate.testing.orm.junit -
-
Uses of TestingUtil.TestAnnotationCollector in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with parameters of type TestingUtil.TestAnnotationCollector Modifier and Type Method Description static <A extends Annotation>
Collection<A>TestingUtil. collectAnnotations(org.junit.jupiter.api.extension.ExtensionContext context, Class<A> annotationType, Class<? extends Annotation> groupAnnotationType, TestingUtil.TestAnnotationCollector<A> collector)
-