Class TestsAsBeansProcessor

java.lang.Object
io.quarkus.arc.deployment.TestsAsBeansProcessor

public class TestsAsBeansProcessor extends Object
  • 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)