| com.sun.jbi.management.util.TestFileHelper
TestFileHelper | public class TestFileHelper extends junit.framework.TestCase (Code) | | author: Sun Microsystems, Inc. |
testAreFilesIdentical | public void testAreFilesIdentical() throws Exception(Code) | | Test comparing a file with itself, should be identical
|
testAreFilesIdenticalNegative | public void testAreFilesIdenticalNegative() throws Exception(Code) | | Test comparing with a file with a slight change to jbi.xml, should not be
Identical
|
testCopy | public void testCopy() throws Exception(Code) | | This method is used to test copy method in FileHelper class
throws: Exception - if the test could not be executed |
testReadFile | public void testReadFile() throws Exception(Code) | | Test reading the file into a String.
|
|
|