Package org.jboss.weld.junit5
package org.jboss.weld.junit5
-
ClassDescriptionMeta-annotation that allows test classes to be extended with
@EnableWeldinstead of@ExtendWith(WeldJunit5Extension.class).An annotation used to enforce explicit parameter annotation.This class is not a public API and it's contents can change unpredictably!JUnit 5 initiator - can be used to customize the Weld SE container started byWeldJunit5Extension.This builder can be used to customize the finalWeldInitiatorinstance, 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.If noWeldInitiatorfield annotated withWeldSetupis present on a test class, all service providers of this interface are used to enrich the default test environment.An annotation used to denote a WeldInitiator field.