Interface TestConfigurationIF

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setUp()
      Set up the test environment to handle the particular aspect that we handle.
      void tearDown()
      Reverse the effect of setUp(), setting the environment back to its standard state.
    • Method Detail

      • setUp

        void setUp()
        Set up the test environment to handle the particular aspect that we handle.
      • tearDown

        void tearDown()
        Reverse the effect of setUp(), setting the environment back to its standard state.