| org.apache.commons.io.testtools.FileBasedTestCase
All known Subclasses: org.apache.commons.io.IOCaseTestCase, org.apache.commons.io.IOUtilsCopyTestCase, org.apache.commons.io.CopyUtilsTest, org.apache.commons.io.FileUtilsCleanDirectoryTestCase, org.apache.commons.io.IOUtilsTestCase, org.apache.commons.io.LineIteratorTestCase, org.apache.commons.io.IOUtilsWriteTestCase, org.apache.commons.io.output.LockableFileWriterTest, org.apache.commons.io.FileUtilsTestCase, org.apache.commons.io.FileSystemUtilsTestCase, org.apache.commons.io.FileUtilsListFilesTestCase, org.apache.commons.io.FileDeleteStrategyTestCase, org.apache.commons.io.FileCleaningTrackerTestCase, org.apache.commons.io.FilenameUtilsTestCase, org.apache.commons.io.filefilter.FileFilterTestCase, org.apache.commons.io.FileUtilsFileNewerTestCase, org.apache.commons.io.FileUtilsWaitForTestCase,
FileBasedTestCase | abstract public class FileBasedTestCase extends TestCase (Code) | | Base class for testcases doing tests with files.
author: Jeremias Maerki author: Gareth Davis |
FileBasedTestCase | public FileBasedTestCase(String name)(Code) | | |
assertEqualContent | protected void assertEqualContent(byte[] b0, File file) throws IOException(Code) | | Assert that the content of a file is equal to that in a byte[].
|
assertEqualContent | protected void assertEqualContent(char[] c0, File file) throws IOException(Code) | | Assert that the content of a file is equal to that in a char[].
|
generateTestData | protected byte[] generateTestData(long size)(Code) | | |
getTestDirectory | public static File getTestDirectory()(Code) | | |
|
|