| org.apache.poi.hsmf.model.TestBlankFileRead
TestBlankFileRead | public class TestBlankFileRead extends TestCase (Code) | | Tests to verify that the library can read blank msg files.
author: Travis Ferguson |
Constructor Summary | |
public | TestBlankFileRead() Initialize this test, load up the blank.msg mapi message. |
TestBlankFileRead | public TestBlankFileRead() throws IOException(Code) | | Initialize this test, load up the blank.msg mapi message.
throws: IOException - |
testReadBody | public void testReadBody() throws Exception(Code) | | Check if we can read the body of the blank message, we expect "".
throws: Exception - |
testReadConversationTopic | public void testReadConversationTopic() throws Exception(Code) | | Check if we can read the subject line of the blank message, we expect ""
throws: Exception - |
testReadSubject | public void testReadSubject() throws Exception(Code) | | Check if we can read the subject line of the blank message, we expect ""
throws: Exception - |
|
|