Package net.officefloor.test.skip
Class SkipJUnit4
java.lang.Object
net.officefloor.test.SkipUtil
net.officefloor.test.skip.SkipJUnit4
JUnit 4 skip logic.
- Author:
- Daniel Sagenschneider
-
Field Summary
Fields inherited from class net.officefloor.test.SkipUtil
AWS_AVAILABLE_ENVIRONMENT_VARIABLE, AWS_AVAILABLE_SYSTEM_PROPERTY, DOCKER_AVAILABLE_ENVIRONMENT_VARIABLE, DOCKER_AVAILABLE_SYSTEM_PROPERTY, GCLOUD_AVAILABLE_ENVIRONMENT_VARIABLE, GCLOUD_AVAILABLE_SYSTEM_PROPERTY, SKIP_STRESS_ENVIRONMENT_VARIABLE, SKIP_STRESS_SYSTEM_PROPERTY -
Method Summary
Modifier and TypeMethodDescriptionstatic voidInvoke within test to skip if Docker not available.static voidInvoke within test to skip if GCloud not available.static voidInvoke within test to skip if Stress test.Methods inherited from class net.officefloor.test.SkipUtil
isSkipStressTests, isSkipTestsUsingAws, isSkipTestsUsingDocker, isSkipTestsUsingGCloud
-
Method Details
-
skipStress
public static void skipStress()Invoke within test to skip if Stress test. -
skipDocker
public static void skipDocker()Invoke within test to skip if Docker not available. -
skipGCloud
public static void skipGCloud()Invoke within test to skip if GCloud not available.
-