| ActivateScopes |
Activates the listed scopes for the duration of the test.
|
| AddBeanClasses |
Adds the listed classes as beans to the deployed testing container.
|
| AddEnabledDecorators |
Adds, and enables, the listed classes as CDI decorators to the deployed testing container.
|
| AddEnabledInterceptors |
Adds, and enables, the listed classes as CDI interceptors to the deployed testing container.
|
| AddExtensions |
Adds the listed classes as portable CDI extensions to the deployed testing container.
|
| AddPackages |
Adds all bean classes from the listed packages to the deployed testing container.
|
| EnableAlternatives |
Enables the listed classes as bean class alternatives in the deployed testing container.
|
| EnableAlternativeStereotypes |
Adds the listed annotations as alternative stereotypes to the deployed container.
|
| ExcludeBeanClasses |
@ExcludeBeanClasses excludes a set of classes with bean defining annotations (e.g.
|