Uses of Class
org.jboss.weld.junit4.WeldInitiator
-
-
Uses of WeldInitiator in org.jboss.weld.junit4
Methods in org.jboss.weld.junit4 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 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.
-