Class WorkDirRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class WorkDirRule
    extends org.junit.rules.ExternalResource
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkDirRule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void after()  
      void before()  
      • Methods inherited from class org.junit.rules.ExternalResource

        apply
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkDirRule

        public WorkDirRule()
    • Method Detail

      • before

        public void before()
                    throws java.lang.Throwable
        Overrides:
        before in class org.junit.rules.ExternalResource
        Throws:
        java.lang.Throwable
      • after

        public void after()
        Overrides:
        after in class org.junit.rules.ExternalResource