Annotation Type SideEffect


@Retention(RUNTIME)
@Target({METHOD,TYPE})
public @interface SideEffect
Marks a test-case as either having a side-effect that other tests might notice or suffering from such a side effect. Such tests should be run in an isolated manner.
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    String value
    Plain text reason for adding this annotation.
  • Element Details

    • value

      String value
      Plain text reason for adding this annotation.