| |
|
| abbot.tester.FileComparatorTest
FileComparatorTest | public class FileComparatorTest extends TestCase (Code) | | Test FileComparator.
|
FileComparatorTest | public FileComparatorTest(String name)(Code) | | Create a new test case with the given name.
|
main | public static void main(String[] args)(Code) | | Return the default test suite.
|
setUp | protected void setUp()(Code) | | |
testComparNonFiles | public void testComparNonFiles()(Code) | | |
testCompareDifferentFiles | public void testCompareDifferentFiles() throws Throwable(Code) | | |
testCompareIdenticalFiles | public void testCompareIdenticalFiles() throws Throwable(Code) | | |
testCompareSameFiles | public void testCompareSameFiles() throws Throwable(Code) | | |
testCompareWithNull | public void testCompareWithNull() throws Throwable(Code) | | |
|
|
|