Annotation Interface StressTest


@Target(METHOD) @Retention(RUNTIME) @Tag("stress") @DisabledIfSystemProperty(named="skipStress",matches=".*") @DisabledIfSystemProperty(named="officefloor.skip.stress.tests",matches="true") @DisabledIfEnvironmentVariable(named="OFFICEFLOOR_SKIP_STRESS_TESTS", matches="true") @Test public @interface StressTest
Stress Test.
Author:
Daniel Sagenschneider