public class FeatureFlagTestRule extends AbstractTestRule<Map<String,String>,Map<String,String>>
Modifier and Type | Field and Description |
---|---|
static FeatureFlagTestRule |
INSTANCE |
Constructor and Description |
---|
FeatureFlagTestRule() |
Modifier and Type | Method and Description |
---|---|
protected void |
afterClass(org.junit.runner.Description description,
Map<String,String> previousValues) |
protected void |
afterMethod(org.junit.runner.Description description,
Map<String,String> previousValues,
Object target) |
protected Map<String,String> |
beforeClass(org.junit.runner.Description description) |
protected Map<String,String> |
beforeMethod(org.junit.runner.Description description,
Object target) |
apply, createClassStatement, createMethodStatement
public static final FeatureFlagTestRule INSTANCE
protected void afterClass(org.junit.runner.Description description, Map<String,String> previousValues) throws Throwable
afterClass
in class AbstractTestRule<Map<String,String>,Map<String,String>>
Throwable
protected void afterMethod(org.junit.runner.Description description, Map<String,String> previousValues, Object target) throws Throwable
afterMethod
in class AbstractTestRule<Map<String,String>,Map<String,String>>
Throwable
protected Map<String,String> beforeClass(org.junit.runner.Description description) throws Throwable
beforeClass
in class AbstractTestRule<Map<String,String>,Map<String,String>>
Throwable
protected Map<String,String> beforeMethod(org.junit.runner.Description description, Object target) throws Throwable
beforeMethod
in class AbstractTestRule<Map<String,String>,Map<String,String>>
Throwable