com.atlassian.core.util
Class TestFileUtils

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.core.util.TestFileUtils
All Implemented Interfaces:
junit.framework.Test

public class TestFileUtils
extends junit.framework.TestCase


Constructor Summary
TestFileUtils()
           
 
Method Summary
 void testCopy()
           
 void testCopyFile()
           
 void testMoveDir()
           
 void testSaveTestFile()
           
 void testShutdownInputStream()
           
 void testShutdownInputStreamWithException()
           
 void testShutdownOutputStream()
           
 void testShutdownOutputStreamWithException()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestFileUtils

public TestFileUtils()
Method Detail

testCopyFile

public void testCopyFile()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testCopy

public void testCopy()
              throws java.lang.Exception
Throws:
java.lang.Exception

testShutdownInputStream

public void testShutdownInputStream()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testShutdownInputStreamWithException

public void testShutdownInputStreamWithException()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

testShutdownOutputStream

public void testShutdownOutputStream()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testShutdownOutputStreamWithException

public void testShutdownOutputStreamWithException()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

testSaveTestFile

public void testSaveTestFile()
                      throws java.io.IOException
Throws:
java.io.IOException

testMoveDir

public void testMoveDir()
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.