@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Stress
Tests that have been marked as Stress can often be moved to Slow as time progresses (and general system capabilities improve).
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The non-optional reason why the test is set as Stress.
|
public abstract java.lang.String value
Indicate what sort of environmental concerns this test has.
Eg: "High memory use: > 2GB", "High file descriptor use", "Needs calm system"