public class

SeleniumPageRoundTripTestCase

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
Public Constructors
SeleniumPageRoundTripTestCase(Page page, String baseUrl, boolean convertTwice)
Protected Methods
void createTestData(ConfluenceRpc adminRpc)
The test data is created by the framework.
void removeTestData(ConfluenceRpc adminRpc)
The test data is created by the framework.
void runTest()
[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 SeleniumPageRoundTripTestCase (Page page, String baseUrl, boolean convertTwice)

Protected Methods

protected void createTestData (ConfluenceRpc adminRpc)

The test data is created by the framework.

protected void removeTestData (ConfluenceRpc adminRpc)

The test data is created by the framework.

protected void runTest ()

Throws
Throwable