| ActivateScopes |
Activates the listed scopes for the duration of the test.
|
| ActivateScopes.All |
|
| AddBeanClasses |
Adds the listed classes as beans to the deployed testing container.
|
| AddBeanClasses.All |
|
| AddEnabledDecorators |
Adds, and enables, the listed classes as CDI decorators to the deployed testing container.
|
| AddEnabledDecorators.All |
|
| AddEnabledInterceptors |
Adds, and enables, the listed classes as CDI interceptors to the deployed testing container.
|
| AddEnabledInterceptors.All |
|
| AddExtensions |
Adds the listed classes as portable CDI extensions to the deployed testing container.
|
| AddExtensions.All |
|
| AddPackages |
Adds all bean classes from the listed packages to the deployed testing container.
|
| AddPackages.All |
|
| EnableAlternatives |
Enables the listed classes as bean class alternatives in the deployed testing container.
|
| EnableAlternatives.All |
|
| EnableAlternativeStereotypes |
Adds the listed annotations as alternative stereotypes to the deployed container.
|
| EnableAlternativeStereotypes.All |
|
| EnableAutoWeld |
Meta-annotation that allows test classes to be extended with @EnableAutoWeld
instead of @ExtendWith(WeldJunit5AutoExtension.class).
|
| ExcludeBean |
@ExcludeBean excludes a bean, or multiple beans, that include a bean defining annotation
(e.g.
|
| ExcludeBeanClasses |
@ExcludeBeanClasses excludes a set of classes with bean defining annotations (e.g.
|
| ExcludeBeanClasses.All |
|
| SetBeanDiscoveryMode |
Sets discovery mode for Weld SE synthetic bean archive.
|