Package org.jboss.weld.junit5.auto
Annotation Interface ActivateScopes
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Repeatable(All.class)
public @interface ActivateScopes
Activates the listed scopes for the duration of the test.
Note that the duration will either be that of one test method or one test class based on your settings of
TestInstance.Lifecycle.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceContainer annotation for repeatableActivateScopes. -
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends Annotation>[] value
-