All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description ActivateScopes Activates the listed scopes for the duration of the test.ActivateScopes.All Container annotation for repeatableActivateScopes.AddBeanClasses Adds the listed classes as beans to the deployed testing container.AddBeanClasses.All Container annotation for repeatableAddBeanClasses.AddEnabledDecorators Adds, and enables, the listed classes as CDI decorators to the deployed testing container.AddEnabledDecorators.All Container annotation for repeatableAddEnabledDecorators.AddEnabledInterceptors Adds, and enables, the listed classes as CDI interceptors to the deployed testing container.AddEnabledInterceptors.All Container annotation for repeatableAddEnabledInterceptors.AddExtensions Adds the listed classes as portable CDI extensions to the deployed testing container.AddExtensions.All Container annotation for repeatableAddExtensions.AddPackages Adds all bean classes from the listed packages to the deployed testing container.AddPackages.All Container annotation for repeatableAddPackages.EnableAlternatives Enables the listed classes as bean class alternatives in the deployed testing container.EnableAlternatives.All Container annotation for repeatableEnableAlternatives.EnableAlternativeStereotypes Adds the listed annotations as alternative stereotypes to the deployed container.EnableAlternativeStereotypes.All Container annotation for repeatableEnableAlternativeStereotypes.EnableAutoWeld Meta-annotation that allows test classes to be extended with@EnableAutoWeldinstead of@ExtendWith(WeldJunit5AutoExtension.class).EnableWeld Meta-annotation that allows test classes to be extended with@EnableWeldinstead of@ExtendWith(WeldJunit5Extension.class).ExcludeBean @ExcludeBeanexcludes a bean, or multiple beans, that include a bean defining annotation (e.g.ExcludeBeanClasses @ExcludeBeanClassesexcludes a set of classes with bean defining annotations (e.g.ExcludeBeanClasses.All Container annotation for repeatableExcludeBeanClasses.ExcludedBeansExtension Extension class that ensures selected classes are excluded as beans.ExplicitParamInjection An annotation used to enforce explicit parameter annotation.ExtensionContextUtils This class is not a public API and it's contents can change unpredictably! It contains utility methods for fetching/retrieving items stored in the JUnit extension context store.SetBeanDiscoveryMode Sets discovery mode for Weld SE synthetic bean archive.TestInstanceInjectionExtension<T> Extension that makes a test instance appear like a regular bean even though instantiated by JUnit.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.WeldJunit5AutoExtension An alternative toWeldJunit5Extensionallowing to fully leverage an annotation based configuration approach.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.WeldJunitEnricher If noWeldInitiatorfield annotated withWeldSetupis present on a test class, all service providers of this interface are used to enrich the default test environment.WeldSetup An annotation used to denote a WeldInitiator field.