| Class | Description |
|---|---|
| TestInstanceInjectionExtension |
Extension class that ensure proper injection of an externally provided
test instance.
|
| WeldJunit5AutoExtension |
An alternative to
WeldJunit5Extension allowing to fully leverage annotation based configuration approach. |
| Annotation Type | Description |
|---|---|
| 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). |
| OverrideBean |
@OverrideBean is, strictly speaking, an always enabled alternative stereotype. |
Copyright © 2018. All rights reserved.