Package org.jboss.weld.junit5


package org.jboss.weld.junit5
  • Class
    Description
    Meta-annotation that allows test classes to be extended with @EnableWeld instead 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 by WeldJunit5Extension.
    This builder can be used to customize the final WeldInitiator instance, 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 running TestInstance.Lifecycle.PER_CLASS) and tear it down afterwards.
    If no WeldInitiator field annotated with WeldSetup is 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.