Annotation Interface TestScope


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Inherited @Documented public @interface TestScope
Indicates that instances of this component are scoped to each test case.

TestScope is tied to a thread that executes a test, in anticipation of multi-threaded concurrent test executions. See World

Author:
Kohsuke Kawaguchi