Class RunWithDarkFeatureValues

java.lang.Object
com.atlassian.crowd.acceptance.tests.cluster.testutil.RunWithDarkFeatureValues
All Implemented Interfaces:
org.junit.rules.TestRule

public class RunWithDarkFeatureValues extends Object implements org.junit.rules.TestRule
Rule to run tests with provided dark feature values on the server side.
  • Constructor Details

    • RunWithDarkFeatureValues

      public RunWithDarkFeatureValues(TestkitClient testkitClient, String flagName, boolean flagValue)
  • Method Details

    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
      Specified by:
      apply in interface org.junit.rules.TestRule