Package io.quarkus.arc.deployment
Class TestsAsBeansProcessor
java.lang.Object
io.quarkus.arc.deployment.TestsAsBeansProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestAnnotations(List<io.quarkus.deployment.builditem.TestAnnotationBuildItem> items, io.quarkus.deployment.annotations.BuildProducer<BeanDefiningAnnotationBuildItem> producer) voidtestClassBeans(List<io.quarkus.deployment.builditem.TestClassBeanBuildItem> items, io.quarkus.deployment.annotations.BuildProducer<AdditionalBeanBuildItem> producer) (package private) AnnotationsTransformerBuildItemvetoTestClassesNotMatchingTestProfile(Optional<io.quarkus.deployment.builditem.TestProfileBuildItem> testProfile, io.quarkus.deployment.builditem.CombinedIndexBuildItem index, List<io.quarkus.deployment.builditem.TestAnnotationBuildItem> testAnnotationBuildItems) (package private) AnnotationsTransformerBuildItemvetoTestProfileBeans(Optional<io.quarkus.deployment.builditem.TestProfileBuildItem> testProfile, CustomScopeAnnotationsBuildItem customScopes, io.quarkus.deployment.builditem.CombinedIndexBuildItem index)
-
Constructor Details
-
TestsAsBeansProcessor
public TestsAsBeansProcessor()
-
-
Method Details
-
testAnnotations
public void testAnnotations(List<io.quarkus.deployment.builditem.TestAnnotationBuildItem> items, io.quarkus.deployment.annotations.BuildProducer<BeanDefiningAnnotationBuildItem> producer) -
testClassBeans
public void testClassBeans(List<io.quarkus.deployment.builditem.TestClassBeanBuildItem> items, io.quarkus.deployment.annotations.BuildProducer<AdditionalBeanBuildItem> producer) -
vetoTestClassesNotMatchingTestProfile
AnnotationsTransformerBuildItem vetoTestClassesNotMatchingTestProfile(Optional<io.quarkus.deployment.builditem.TestProfileBuildItem> testProfile, io.quarkus.deployment.builditem.CombinedIndexBuildItem index, List<io.quarkus.deployment.builditem.TestAnnotationBuildItem> testAnnotationBuildItems) -
vetoTestProfileBeans
AnnotationsTransformerBuildItem vetoTestProfileBeans(Optional<io.quarkus.deployment.builditem.TestProfileBuildItem> testProfile, CustomScopeAnnotationsBuildItem customScopes, io.quarkus.deployment.builditem.CombinedIndexBuildItem index)
-