Class TempFolderRule

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

    public class TempFolderRule
    extends org.junit.rules.TemporaryFolder
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.junit.rules.TemporaryFolder

        org.junit.rules.TemporaryFolder.Builder
    • Constructor Summary

      Constructors 
      Constructor Description
      TempFolderRule()  
    • Method Summary

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

        after, before, builder, delete, getRoot, newFile, newFile, newFolder, newFolder, newFolder
      • 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

      • TempFolderRule

        public TempFolderRule()
    • Method Detail

      • create

        public void create()
                    throws java.io.IOException
        Overrides:
        create in class org.junit.rules.TemporaryFolder
        Throws:
        java.io.IOException