Summary

Tests Errors Failures Skipped Success Rate Time
91 0 0 0 100% 1.015

Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Package List

Package Tests Errors Failures Skipped Success Rate Time
test.atlassian.mail.server 26 0 0 0 100% 0.625
test.atlassian.mail 43 0 0 0 100% 0.264
test.atlassian.mail.config 2 0 0 0 100% 0.063
test.atlassian.mail.server.managers 18 0 0 0 100% 0.063
test.atlassian.mail.server.util 2 0 0 0 100% 0

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

test.atlassian.mail.server

Class Tests Errors Failures Skipped Success Rate Time
TestAbstractMailServer 3 0 0 0 100% 0
TestMailServerManager 11 0 0 0 100% 0
TestSMTPMailServer 12 0 0 0 100% 0.625

test.atlassian.mail

Class Tests Errors Failures Skipped Success Rate Time
TestEmail 2 0 0 0 100% 0
TestHtmlToTextConverter 3 0 0 0 100% 0.015
TestMailFactory 1 0 0 0 100% 0.015
TestMailUtils 37 0 0 0 100% 0.234

test.atlassian.mail.config

Class Tests Errors Failures Skipped Success Rate Time
TestConfigLoader 2 0 0 0 100% 0.063

test.atlassian.mail.server.managers

Class Tests Errors Failures Skipped Success Rate Time
TestOFBizMailServerManager 13 0 0 0 100% 0.047
TestXMLMailServerManager 5 0 0 0 100% 0.016

test.atlassian.mail.server.util

Class Tests Errors Failures Skipped Success Rate Time
TestMessageCreator 2 0 0 0 100% 0

Test Cases

TestConfigLoader

testGetManager 0.063
testOfbizMailConfig 0

TestOFBizMailServerManager

testCreateSMTPAndGet 0
testUpdateSMTP 0
testDeleteSMTP 0
testGetMailServerGV 0
testConstructMailServer1 0
testConstructMailServer2 0
testConstructMailServer3 0
testConstructMailServer4 0
testGetMapFromColumns1 0
testGetMapFromColumns2 0
testGetMapFromColumns3 0
testGetDefaultSMTPMailServer 0.016
testGetDefaultPopMailServer 0.031

TestXMLMailServerManager

testMailServers 0
testTestMailServers 0
testDeleteMailServer 0.016
testUpdateMailServer 0
testIdGenerationScheme 0

TestAbstractMailServer

testConstructor1 0
testConstructor2 0
testGetsSets 0

TestMailServerManager

testCreateSMTPAndGet 0
testUpdateSMTP 0
testDeleteSMTP 0
testGetMailServerGV 0
testConstructMailServer1 0
testConstructMailServer2 0
testConstructMailServer3 0
testConstructMailServer4 0
testGetMapFromColumns1 0
testGetMapFromColumns2 0
testGetMapFromColumns3 0

TestSMTPMailServer

testConstructor 0.297
testGetsSets 0
testGetSessionNoUser 0
testGetSessionWithUser 0.047
testSend 0.078
testSendWithAttachment 0.016
testGetJNDIServer 0
testIncorrectJndiClass 0
testSendFail 0.078
testSendMail1 0
testSendMail2 0
testSendMail3 0

TestMessageCreator

testDefaultFromContainsPersonalName 0
testFromNameOverriddenByDefaultFromName 0

TestEmail

testSetters 0
testForRequiredFields 0

TestHtmlToTextConverter

testParagraphsAndBreaks 0
testXHTMLBreaks 0.015
testIgnoreHeader 0

TestMailFactory

testFactory 0

TestMailUtils

testParseAddresses 0.031
testGetBody 0
testGetAuthorFromSender 0.015
testGetFirstValidUser 0
testGetSenders 0
testHasRecipient 0
testCreateAttachmentMimeBodyPartFileNames 0
testCreateAttachmentMimeBodyPartFileNames2 0
testGetBodyText 0
testGetBodyTextIfContentEncodingUnsupported 0.016
testGetBodyHtml 0
testGetBodyMultipartAlternativeGetsTextMatch 0.016
testGetBodyMultipartGetsFirstTextMatch 0
testGetBodyMultipartGetsHtmlIfNoText 0
testGetBodyMultipartNoMatch 0
testGetBodyMultipartMixed 0.016
testGetBodyMultipartMixedWithLotsOfTextAndHtml 0
testGetAttachmentsNoAttachments 0
testGetAttachmentsIfContentEncodingIsNotSupported 0
testGetAttachmentsHasAttachments 0
testGetContentTypeFromHeaderValue 0
testGetContentTypeFromHeaderValueWithParameter 0
testIsPlainTextPart 0
testIsHtmlPart 0
testIsImageAttachedPart 0.015
testIsInlineImagePart 0
testIsInlineImagePartWherePartHasDisposition 0
testIsAttachmentPart 0.094
testPositivePartIsSignature 0
testNegativePartIsSignature 0
testTextPartContentIsEmpty 0
testTextPartContentIsEmptyOnNullContent 0
testTextPartContentIsEmptyBecauseContainsOnlyWhitespace 0
testBinaryAttachmentPartContentIsEmpty 0
testBinaryAttachmentPartContentIsNotEmpty 0
testInlineAttachment 0
testInlineAttachmentThatIsntBase64Encoded 0