Class EnvVarsRule
java.lang.Object
org.junit.contrib.java.lang.system.EnvironmentVariables
io.jenkins.plugins.casc.misc.EnvVarsRule
- All Implemented Interfaces:
org.junit.rules.TestRule
public class EnvVarsRule
extends org.junit.contrib.java.lang.system.EnvironmentVariables
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description) Methods inherited from class org.junit.contrib.java.lang.system.EnvironmentVariables
clear, set
-
Constructor Details
-
EnvVarsRule
public EnvVarsRule()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
applyin interfaceorg.junit.rules.TestRule- Overrides:
applyin classorg.junit.contrib.java.lang.system.EnvironmentVariables
-