Package org.jboss.weld.junit5.auto
package org.jboss.weld.junit5.auto
-
ClassDescriptionActivates the listed scopes for the duration of the test.Container annotation for repeatable
ActivateScopes.Adds the listed classes as beans to the deployed testing container.Container annotation for repeatableAddBeanClasses.Adds, and enables, the listed classes as CDI decorators to the deployed testing container.Container annotation for repeatableAddEnabledDecorators.Adds, and enables, the listed classes as CDI interceptors to the deployed testing container.Container annotation for repeatableAddEnabledInterceptors.Adds the listed classes as portable CDI extensions to the deployed testing container.Container annotation for repeatableAddExtensions.Adds all bean classes from the listed packages to the deployed testing container.Container annotation for repeatableAddPackages.Enables the listed classes as bean class alternatives in the deployed testing container.Container annotation for repeatableEnableAlternatives.Adds the listed annotations as alternative stereotypes to the deployed container.Container annotation for repeatableEnableAlternativeStereotypes.Meta-annotation that allows test classes to be extended with@EnableAutoWeldinstead of@ExtendWith(WeldJunit5AutoExtension.class).@ExcludeBeanexcludes a bean, or multiple beans, that include a bean defining annotation (e.g. scope) from automatic discovery.@ExcludeBeanClassesexcludes a set of classes with bean defining annotations (e.g. scopes) from automatic discovery.Container annotation for repeatableExcludeBeanClasses.Extension class that ensures selected classes are excluded as beans.Sets discovery mode for Weld SE synthetic bean archive.Extension that makes a test instance appear like a regular bean even though instantiated by JUnit.An alternative toWeldJunit5Extensionallowing to fully leverage an annotation based configuration approach.