Uploaded image for project: 'Directory Client API'
  1. Directory Client API
  2. DIRAPI-118

Use JUnit TemporaryFolder Rule

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0-M32
    • None

    Description

      In many tests we need to create temporary files and folders. We use methods like:
      File.createTempFile()
      File.deleteOnExit()
      File.delete()
      org.apache.commons.io.FileUtils.deleteDirectory()

      JUnit 4.7 introduced the TemporaryFolder Rule: http://kentbeck.github.com/junit/javadoc/latest/org/junit/rules/TemporaryFolder.html that guarantees that files and folders are delteted after each test. We should use this rule and remove all handmade temporary file code.

      Attachments

        Issue Links

          Activity

            People

              seelmann Stefan Seelmann
              seelmann Stefan Seelmann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: