public class

TestCreateSmtpMailServerAction

extends AbstractXWorkTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.core.AbstractXWorkTest
           ↳ com.atlassian.confluence.admin.actions.mail.TestCreateSmtpMailServerAction

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractXWorkTest
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestCreateSmtpMailServerAction()
Public Methods
void setUp()
void testAlternateRequiredFields()
void testCreateServerWithHost()
void testCreateServerWithHostNameAndPort()
void testCreateServerWithJndi()
void testDuplicateServerExists()
void testJndiAndSmtpHostProvided()
Protected Methods
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.AbstractXWorkTest
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 TestCreateSmtpMailServerAction ()

Public Methods

public void setUp ()

Throws
Exception

public void testAlternateRequiredFields ()

Throws
Exception

public void testCreateServerWithHost ()

Throws
Exception

public void testCreateServerWithHostNameAndPort ()

Throws
Exception

public void testCreateServerWithJndi ()

Throws
Exception

public void testDuplicateServerExists ()

Throws
Exception

public void testJndiAndSmtpHostProvided ()

Throws
Exception

Protected Methods

protected void tearDown ()

Throws
Exception