com.atlassian.confluence.webdriver
Class SupportToolsPluginTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractWebDriverTest
      extended by com.atlassian.confluence.webdriver.SupportToolsPluginTest

public class SupportToolsPluginTest
extends AbstractWebDriverTest

Acceptance test harness for the Support Tools plugin - previously a JWebUnit suite until the Support Tools plugin was ajaxified. Also see SupportToolsPluginAcceptanceTest in the confluence-acceptance-test suite.


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest
ignoreRule, name, product, rpc, serverStateManager, sessionCleanupRule, testBrowserRule, testData, userHelper, webDriverScreenshotRule
 
Constructor Summary
SupportToolsPluginTest()
           
 
Method Summary
 void clear()
           
 void start()
           
 void testSendSupportRequest()
          Tests that the Support Tools Plugin correctly submits a new support request email to support@atlassian.com when an administrator fills out the new support request form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportToolsPluginTest

public SupportToolsPluginTest()
Method Detail

start

public void start()
           throws Exception
Overrides:
start in class AbstractWebDriverTest
Throws:
Exception

clear

public void clear()
Overrides:
clear in class AbstractWebDriverTest

testSendSupportRequest

public void testSendSupportRequest()
                            throws Exception
Tests that the Support Tools Plugin correctly submits a new support request email to support@atlassian.com when an administrator fills out the new support request form.

Throws:
Exception


Copyright © 2003-2012 Atlassian. All Rights Reserved.