Uses of Class
org.jboss.weld.junit5.WeldInitiator
-
Packages that use WeldInitiator Package Description org.jboss.weld.junit5 -
-
Uses of WeldInitiator in org.jboss.weld.junit5
Methods in org.jboss.weld.junit5 that return WeldInitiator Modifier and Type Method Description protected 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 WeldInitiatorWeldInitiator. of(Class<?>... beanClasses)The container is configured with the result ofcreateWeld()method and the given bean classes are added.static WeldInitiatorWeldInitiator. of(Weld weld)The 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 WeldInitiator Modifier and Type Method Description static voidExtensionContextUtils. setInitiatorToStore(org.junit.jupiter.api.extension.ExtensionContext context, WeldInitiator initiator)
-