com.atlassian.confluence.sanity.upgradeinstance
Class AbstractMacroSanityTest

java.lang.Object
  extended by com.atlassian.confluence.sanity.WebDriverConfiguration
      extended by com.atlassian.confluence.sanity.AbstractWebDriverSanityTest
          extended by com.atlassian.confluence.sanity.upgradeinstance.AbstractMacroSanityTest
Direct Known Subclasses:
AtlassianBundledMacrosTest, AtlassianSupportedMacrosTest, ThirdPartyMacrosTest

public class AbstractMacroSanityTest
extends AbstractWebDriverSanityTest


Field Summary
 User smokeAdmin
           
 
Fields inherited from class com.atlassian.confluence.sanity.AbstractWebDriverSanityTest
ALACARTE_ONDEMAND, baseUrl, driver, ignoreRule, name, product, rpc, serverStateManager, sessionCleanupRule, smokeSpace, testBrowserRule, testData, userHelper, webDriverScreenshotRule
 
Fields inherited from class com.atlassian.confluence.sanity.WebDriverConfiguration
ADMIN_USER, DEFAULT_BASEURL, SMOKE_ADMIN, SMOKE_SPACE_KEY, SMOKE_TEST, SYS_ADMIN, TEST_USER
 
Constructor Summary
AbstractMacroSanityTest()
           
 
Method Summary
 void assertMacroHasNoErrors()
           
 void checkForErrorClasses()
           
 void checkForExceptions()
           
 void checkForUnknownMacro()
           
 boolean doesClassExist(java.lang.String classname)
           
 void loginAndTestMacro(java.lang.String pageTitle)
           
 void setUp()
           
 
Methods inherited from class com.atlassian.confluence.sanity.AbstractWebDriverSanityTest
assertMacroHasNoErrors, getSmokeSpace, start
 
Methods inherited from class com.atlassian.confluence.sanity.WebDriverConfiguration
getBaseUrl, getContextPath, getHttpPort, getInstanceProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smokeAdmin

public User smokeAdmin
Constructor Detail

AbstractMacroSanityTest

public AbstractMacroSanityTest()
Method Detail

setUp

public void setUp()

loginAndTestMacro

public void loginAndTestMacro(java.lang.String pageTitle)

assertMacroHasNoErrors

public void assertMacroHasNoErrors()

checkForUnknownMacro

public void checkForUnknownMacro()

checkForErrorClasses

public void checkForErrorClasses()

checkForExceptions

public void checkForExceptions()

doesClassExist

public boolean doesClassExist(java.lang.String classname)


Copyright © 2003-2014 Atlassian. All Rights Reserved.