com.atlassian.confluence.webdriver
Class SupportToolsPluginTest

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

public class SupportToolsPluginTest
extends AbstractInjectableWebDriverTest

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.AbstractInjectableWebDriverTest
darkFeaturesHelper, methodRules, name, product, rpc, serverStateManager, testData, userHelper
 
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 java.lang.Exception
Overrides:
start in class AbstractInjectableWebDriverTest
Throws:
java.lang.Exception

clear

public void clear()

testSendSupportRequest

public void testSendSupportRequest()
                            throws java.lang.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:
java.lang.Exception


Copyright © 2003-2014 Atlassian. All Rights Reserved.