com.atlassian.confluence.webdriver
Class BlueprintsTest

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

public class BlueprintsTest
extends AbstractWebDriverTest

Tests general functionality related to Blueprints. Uses the "Hello Blueprint" sample plugin.


Nested Class Summary
static class BlueprintsTest.HelloBlueprintWizard
           
 
Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest
darkFeaturesHelper, ignoreRule, name, product, rpc, serverStateManager, sessionCleanupRule, testBrowserRule, testData, userHelper, webDriverScreenshotRule
 
Constructor Summary
BlueprintsTest()
           
 
Method Summary
 void cannotCreatePageWithExistingTitle()
           
 void cannotCreatePageWithSameTitleAsIndexPage()
           
 void existingIndexPageCanBeRenamedAndNewIndexPageNotCreated()
           
 void helloBlueprintWizard()
           
 void moreThanOneTemplateCanBeCreated()
           
 void newIndexPageIsCreatedWithMangledNameWhenPageWithDesiredTitleAlreadyExists()
           
 void newPageAppearOnIndexPage()
           
 void setUp()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest
clear, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintsTest

public BlueprintsTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

helloBlueprintWizard

public void helloBlueprintWizard()
                          throws Exception
Throws:
Exception

newPageAppearOnIndexPage

public void newPageAppearOnIndexPage()
                              throws Exception
Throws:
Exception

cannotCreatePageWithExistingTitle

public void cannotCreatePageWithExistingTitle()
                                       throws Exception
Throws:
Exception

cannotCreatePageWithSameTitleAsIndexPage

public void cannotCreatePageWithSameTitleAsIndexPage()
                                              throws Exception
Throws:
Exception

existingIndexPageCanBeRenamedAndNewIndexPageNotCreated

public void existingIndexPageCanBeRenamedAndNewIndexPageNotCreated()

newIndexPageIsCreatedWithMangledNameWhenPageWithDesiredTitleAlreadyExists

public void newIndexPageIsCreatedWithMangledNameWhenPageWithDesiredTitleAlreadyExists()

moreThanOneTemplateCanBeCreated

public void moreThanOneTemplateCanBeCreated()


Copyright © 2003-2013 Atlassian. All Rights Reserved.