public class

MoveNewPageTestDarkFeature

extends AbstractSeleniumTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.selenium.AbstractSeleniumTest
         ↳ com.atlassian.confluence.selenium.MoveNewPageTestDarkFeature

Class Overview

Set page location on save is currently a dark feature, but will be available in a future release. Keeping the test code around, but naming it something else so it doesn't get run in our selenium test builds.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
Public Constructors
MoveNewPageTestDarkFeature()
Public Methods
void testChangeLocation()
void testChangeParentOnTree()
void testMoveSpace()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public MoveNewPageTestDarkFeature ()

Public Methods

public void testChangeLocation ()

Throws
Exception

public void testChangeParentOnTree ()

Throws
Exception

public void testMoveSpace ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception