Uses of Class
org.jboss.weld.junit5.WeldInitiator
Packages that use WeldInitiator
-
Uses of WeldInitiator in org.jboss.weld.junit5
Methods in org.jboss.weld.junit5 that return WeldInitiatorModifier and TypeMethodDescriptionprotected WeldInitiatorWeldInitiator.Builder.build(Weld weld, List<Object> instancesToInject, Set<Class<? extends Annotation>> scopesToActivate, Set<Bean<?>> beans) static WeldInitiatorExtensionContextUtils.getInitiatorFromStore(org.junit.jupiter.api.extension.ExtensionContext context) Can return null if WeldInitiator isn't stored yetstatic WeldInitiatorThe container is configured with the result ofcreateWeld()method and the given bean classes are added.static WeldInitiatorThe container is configured through a providedWeldinstance.static WeldInitiatorWeldInitiator.ofTestPackage()The container is configured with the result ofcreateWeld()method and all the classes from the test class package are added.static WeldInitiatorWeldInitiator.performDefaultDiscovery()The container is instructed to do automatic bean discovery, the resulting bean archive is NOT synthetic.Methods in org.jboss.weld.junit5 with parameters of type WeldInitiatorModifier and TypeMethodDescriptionstatic voidExtensionContextUtils.setInitiatorToStore(org.junit.jupiter.api.extension.ExtensionContext context, WeldInitiator initiator)