Uses of Package
org.jboss.weld.junit5
Packages that use org.jboss.weld.junit5
-
Classes in org.jboss.weld.junit5 used by org.jboss.weld.junit5ClassDescriptionJUnit 5 initiator - can be used to customize the Weld SE container started by
WeldJunit5Extension.This builder can be used to customize the finalWeldInitiatorinstance, e.g. to activate a context for a given normal scope.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.autoClassDescriptionThis builder can be used to customize the final
WeldInitiatorinstance, e.g. to activate a context for a given normal scope.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.