public class SystemPropertiesInvariantRule
extends java.lang.Object
implements org.junit.rules.TestRule
Constructor and Description |
---|
SystemPropertiesInvariantRule()
Cares about all properties.
|
SystemPropertiesInvariantRule(java.util.Set<java.lang.String> ignoredProperties)
Don't care about the given set of properties.
|
SystemPropertiesInvariantRule(java.lang.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(java.lang.String... ignoredProperties)
public SystemPropertiesInvariantRule(java.util.Set<java.lang.String> ignoredProperties)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.