| org.apache.james.core.MailTestAllImplementations
All known Subclasses: org.apache.james.core.MailImplTest,
MailTestAllImplementations | abstract public class MailTestAllImplementations extends TestCase (Code) | | testing common behavior of Mail implementors. subclasses automatically get their Mail-behavior tested.
|
createMailImplementation | abstract protected Mail createMailImplementation()(Code) | | provide the concrete implementation to test
|
helperTestInitialState | protected void helperTestInitialState(Mail mail) throws MessagingException(Code) | | |
helperTestMessageSize | protected void helperTestMessageSize(Mail mail, int expectedMsgSize) throws MessagingException(Code) | | |
testAttributes | public void testAttributes()(Code) | | |
|
|