Uses of Class
org.jboss.weld.junit4.WeldInitiator
-
Uses of WeldInitiator in org.jboss.weld.junit4
Methods in org.jboss.weld.junit4 that return WeldInitiatorModifier and TypeMethodDescriptionprotected WeldInitiatorWeldInitiator.Builder.build(Weld weld, List<Object> instancesToInject, Set<Class<? extends Annotation>> scopesToActivate, Set<Bean<?>> beans) static 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.