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
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
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 Exception
Throws:
Exception

testCopy

public void testCopy()
              throws Exception
Throws:
Exception

testShutdownInputStream

public void testShutdownInputStream()
                             throws Exception
Throws:
Exception

testShutdownInputStreamWithException

public void testShutdownInputStreamWithException()
                                          throws Exception
Throws:
Exception

testShutdownOutputStream

public void testShutdownOutputStream()
                              throws Exception
Throws:
Exception

testShutdownOutputStreamWithException

public void testShutdownOutputStreamWithException()
                                           throws Exception
Throws:
Exception

testSaveTestFile

public void testSaveTestFile()
                      throws IOException
Throws:
IOException

testMoveDir

public void testMoveDir()
                 throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.