public class

SupportToolsPluginAcceptanceTest

extends AbstractConfluenceAcceptanceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ThreadLocalWebTestCase
         ↳ com.atlassian.confluence.AbstractAtlassianWebTestCase
           ↳ com.atlassian.confluence.AbstractConfluenceAcceptanceTest
             ↳ com.atlassian.confluence.SupportToolsPluginAcceptanceTest

Class Overview

Tests the Support Tools Plugin is installed and tests functionality not tested by its own integration tests.

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
[Expand]
Inherited Fields
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
Public Constructors
SupportToolsPluginAcceptanceTest()
Public Methods
void testPluginIsEnabled()
void testSenSent()
void testSendMail()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
From class com.atlassian.confluence.ThreadLocalWebTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public SupportToolsPluginAcceptanceTest ()

Public Methods

public void testPluginIsEnabled ()

public void testSenSent ()

Throws
Exception

public void testSendMail ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception