public class SystemPropertiesInvariantRule extends Object implements org.junit.rules.TestRule
Constructor and Description |
---|
SystemPropertiesInvariantRule()
Cares about all properties.
|
SystemPropertiesInvariantRule(Set<String> ignoredProperties)
Don't care about the given set of properties.
|
SystemPropertiesInvariantRule(String... ignoredProperties)
Don't care about the given set of properties.
|
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement s,
org.junit.runner.Description d) |
public SystemPropertiesInvariantRule()
public SystemPropertiesInvariantRule(String... ignoredProperties)