net.grinder.testutility
Class AbstractJUnit4FileTestCase

java.lang.Object
  extended by net.grinder.testutility.AbstractJUnit4FileTestCase

public abstract class AbstractJUnit4FileTestCase
extends Object

Abstract base class for test cases that manage a temporary directory.

Author:
Philip Aston

Constructor Summary
AbstractJUnit4FileTestCase()
           
 
Method Summary
protected  File getDirectory()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJUnit4FileTestCase

public AbstractJUnit4FileTestCase()
Method Detail

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

getDirectory

protected final File getDirectory()
                           throws IOException
Throws:
IOException


Copyright © 2000-2012. All Rights Reserved.