@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).
public abstract String value
Indicate what sort of environmental concerns this test has.
Eg: "High memory use: > 2GB", "High file descriptor use", "Needs calm system"
Copyright © 1995–2023 Mort Bay Consulting. All rights reserved.