Package org.jvnet.hudson.test
Class FlagRule<T>
- java.lang.Object
-
- org.junit.rules.ExternalResource
-
- org.jvnet.hudson.test.FlagRule<T>
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public final class FlagRule<T> extends org.junit.rules.ExternalResourceSaves and restores sort of a flag, such as astaticfield or system property.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafter()protected voidbefore()static FlagRule<String>systemProperty(String key)static FlagRule<String>systemProperty(String key, String replacement)
-