Class RunWithSystemPropertyValues
java.lang.Object
com.atlassian.crowd.acceptance.tests.cluster.testutil.RunWithSystemPropertyValues
- All Implemented Interfaces:
org.junit.rules.TestRule
Rule to run tests with provides system property values on the server side.
-
Constructor Summary
ConstructorsConstructorDescriptionRunWithSystemPropertyValues(TestkitClient testkitClient, String flagName, String flagValue) RunWithSystemPropertyValues(TestkitClient testkitClient, Map<String, String> systemProperties) -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
Constructor Details
-
RunWithSystemPropertyValues
public RunWithSystemPropertyValues(TestkitClient testkitClient, Map<String, String> systemProperties) -
RunWithSystemPropertyValues
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
applyin interfaceorg.junit.rules.TestRule
-