Annotation to be used in Junit tests and Spock specifications. Marking a test method with this annotation alerts the runtime that the test method will cause the runtime to be modified in ways that might have unwanted side effects on other tests. Test methods annotated with this annotation will cause a fresh TestRuntime instance to be created after the test runs.
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |