| org.columba.mail.composer.SubjectTest
SubjectTest | public class SubjectTest extends TestCase (Code) | | Test cases for generating subject lines, when replying and/or forwarding
messages
TODO: Re:[columba-devel]test-subject
author: fdietz |
testAlreadyInString | public void testAlreadyInString()(Code) | | Test if string is matched correctly.
|
testForward | public void testForward()(Code) | | Check if "Fwd: " is correctly prepended
|
testForward2 | public void testForward2()(Code) | | Check if "Fwd: " is only prepended if not already found in string
|
testForward3 | public void testForward3()(Code) | | Check if "Fwd:" is only prepended if not already found in string
Note, the missing space
|
testMailingListForwards | public void testMailingListForwards()(Code) | | Test for adding the "fwd" when forwarding messages from a mailing list.
|
testMailingListReplies | public void testMailingListReplies()(Code) | | Test for adding the "Re" when replying to mailing list messages.
|
testReply | public void testReply()(Code) | | Check if "Re: " is correctly prepended
|
testReply2 | public void testReply2()(Code) | | Check if "Re: " is only prepended if not already found in string
|
testReply3 | public void testReply3()(Code) | | Check if "Re:" is only prepended if not already found in string
Note, the missing space
|
|
|