|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.io.testtools.FileBasedTestCase
org.apache.commons.io.CopyUtilsTest
public class CopyUtilsTest
JUnit tests for CopyUtils.
CopyUtils| Constructor Summary | |
|---|---|
CopyUtilsTest(java.lang.String testName)
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
void |
setUp()
|
static junit.framework.Test |
suite()
|
void |
tearDown()
|
void |
testCopy_byteArrayToOutputStream()
|
void |
testCopy_byteArrayToWriter()
|
void |
testCopy_inputStreamToOutputStream()
|
void |
testCopy_inputStreamToWriter()
|
void |
testCopy_readerToOutputStream()
|
void |
testCopy_readerToWriter()
|
void |
testCopy_stringToOutputStream()
|
void |
testCopy_stringToWriter()
|
| Methods inherited from class org.apache.commons.io.testtools.FileBasedTestCase |
|---|
assertEqualContent, assertEqualContent, checkFile, checkWrite, checkWrite, createFile, createLineBasedFile, deleteFile, generateTestData, generateTestData, getTestDirectory, newFile |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CopyUtilsTest(java.lang.String testName)
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public static junit.framework.Test suite()
public void setUp()
throws java.lang.Exception
setUp in class junit.framework.TestCasejava.lang.Exception
public void tearDown()
throws java.lang.Exception
tearDown in class junit.framework.TestCasejava.lang.Exception
public void testCopy_byteArrayToOutputStream()
throws java.lang.Exception
java.lang.Exception
public void testCopy_byteArrayToWriter()
throws java.lang.Exception
java.lang.Exception
public void testCopy_inputStreamToOutputStream()
throws java.lang.Exception
java.lang.Exception
public void testCopy_inputStreamToWriter()
throws java.lang.Exception
java.lang.Exception
public void testCopy_readerToOutputStream()
throws java.lang.Exception
java.lang.Exception
public void testCopy_readerToWriter()
throws java.lang.Exception
java.lang.Exception
public void testCopy_stringToOutputStream()
throws java.lang.Exception
java.lang.Exception
public void testCopy_stringToWriter()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||