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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.junit.runners.model.Statement
    apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
     

    Methods inherited from class org.junit.contrib.java.lang.system.EnvironmentVariables

    clear, set

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      apply in interface org.junit.rules.TestRule
      Overrides:
      apply in class org.junit.contrib.java.lang.system.EnvironmentVariables