Interface EnvironmentFacet

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void restore()
      Restores the original Environment, implying that the change performed in setup() method are restored to the state before the setup method was called.
      void setup()
      Sets up this Environment, inferring temporary changes to environment variables or conditions.
    • Method Detail

      • setup

        void setup()
        Sets up this Environment, inferring temporary changes to environment variables or conditions. The changes must be reversible, and should be restored to their original values in the restore() method.
      • restore

        void restore()
        Restores the original Environment, implying that the change performed in setup() method are restored to the state before the setup method was called.