Uses of Package
org.jboss.weld.junit5
-
Packages that use org.jboss.weld.junit5 Package Description org.jboss.weld.junit5 org.jboss.weld.junit5.auto -
Classes in org.jboss.weld.junit5 used by org.jboss.weld.junit5 Class Description WeldInitiator JUnit 5 initiator - can be used to customize the Weld SE container started byWeldJunit5Extension.WeldInitiator.Builder This builder can be used to customize the finalWeldInitiatorinstance, e.g.WeldJunitEnricher If noWeldInitiatorfield annotated withWeldSetupis present on a test class, all service providers of this interface are used to enrich the default test environment. -
Classes in org.jboss.weld.junit5 used by org.jboss.weld.junit5.auto Class Description WeldInitiator.Builder This builder can be used to customize the finalWeldInitiatorinstance, e.g.WeldJunit5Extension JUnit 5 extension allowing to bootstrap Weld SE container for each @Test method (or once per test class if runningTestInstance.Lifecycle.PER_CLASS) and tear it down afterwards.