com.atlassian.confluence.sanity.newinstance
Class BasicContentCreationTest

java.lang.Object
  extended by com.atlassian.confluence.sanity.WebDriverConfiguration
      extended by com.atlassian.confluence.sanity.AbstractWebDriverSanityTest
          extended by com.atlassian.confluence.sanity.newinstance.BasicContentCreationTest

public class BasicContentCreationTest
extends AbstractWebDriverSanityTest


Field Summary
 java.lang.String blogContent
           
 java.lang.String pageContent
           
 User smokeAdmin
           
 java.lang.String title
           
 
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
BasicContentCreationTest()
           
 
Method Summary
 void clear()
           
 void setUp()
           
 void testAddBlog()
           
 void testAddPage()
           
 
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

title

public java.lang.String title

pageContent

public java.lang.String pageContent

blogContent

public java.lang.String blogContent
Constructor Detail

BasicContentCreationTest

public BasicContentCreationTest()
Method Detail

setUp

public void setUp()

clear

public void clear()

testAddPage

public void testAddPage()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testAddBlog

public void testAddBlog()
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2014 Atlassian. All Rights Reserved.