Annotation Type ActivatableTestImplementation
-
@TestScoped @Stereotype @Documented @Retention(RUNTIME) @Target(TYPE) public @interface ActivatableTestImplementation
Use this annotation to mark Alternatives that can be enabled per test class.
-
-
Element Detail
-
value
Class<?>[] value
Enumerates the classes and/or interfaces that should be replaced by the injected bean.- Returns:
- activatable beans.
- Default:
- {}
-
-