Class RunWithDarkFeatureValues
java.lang.Object
com.atlassian.crowd.acceptance.tests.cluster.testutil.RunWithDarkFeatureValues
- All Implemented Interfaces:
org.junit.rules.TestRule
Rule to run tests with provided dark feature values on the server side.
-
Constructor Summary
ConstructorsConstructorDescriptionRunWithDarkFeatureValues(TestkitClient testkitClient, String flagName, boolean flagValue) -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
Constructor Details
-
RunWithDarkFeatureValues
-
-
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
-