public class

PluginFrameworkDocSpaceRoundTripAcceptanceTest

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.acceptancetest.roundtrip.PluginFrameworkDocSpaceRoundTripAcceptanceTest

Class Overview

This is a test class to determine the quality of the wysiwyg conversion process, specifically how much it damages unaltered existing wiki markup. The plan is to import a large amount of sample data, then roundtrip every page in the space, tracking the failures.

Summary

Public Constructors
PluginFrameworkDocSpaceRoundTripAcceptanceTest()
Public Methods
static Test suite()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public PluginFrameworkDocSpaceRoundTripAcceptanceTest ()

Public Methods

public static Test suite ()

Throws
IOException