@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Unrepeatable
Marks a test as unrepeatable. Unrepeatable tests will be executed only once,
possibly overriding other conflicting settings.
Created: 16.10.2009 10:31:04
- Since:
- 1.0
- Author:
- Volker Bergmann