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 Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Container annotation for repeatable ActivateScopes.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>[]