Annotation 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