public class

TestConfluenceMailQueueItem

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.mail.template.TestConfluenceMailQueueItem

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestConfluenceMailQueueItem()
Public Methods
void testAccessors()
void testExecuteSendsMail()
void testNullMailserver()
void testSendDisabledViaSystemProperty()
void testSendThrowsException()
void testSimpleMail()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestConfluenceMailQueueItem ()

Public Methods

public void testAccessors ()

public void testExecuteSendsMail ()

Throws
Exception

public void testNullMailserver ()

Throws
MailException

public void testSendDisabledViaSystemProperty ()

Throws
Exception

public void testSendThrowsException ()

Throws
Exception

public void testSimpleMail ()

Throws
MailException

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception