Annotation Type 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.
    • Required Element Summary

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