| org.apache.poi.hsmf.model.TestSimpleFileRead
TestSimpleFileRead | public class TestSimpleFileRead extends TestCase (Code) | | Tests to verify that we can read a simple msg file, that is in plain/text format with no attachments
or extra recipents.
author: Travis Ferguson |
Constructor Summary | |
public | TestSimpleFileRead() Initialize this test, load up the blank.msg mapi message. |
TestSimpleFileRead | public TestSimpleFileRead() throws IOException(Code) | | Initialize this test, load up the blank.msg mapi message.
throws: Exception - |
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 - |
testReadMessageClass | public void testReadMessageClass() 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 - |
|
|