public class

TestHTMLParagraphStripper

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.xml.TestHTMLParagraphStripper

Summary

Public Constructors
TestHTMLParagraphStripper()
Public Methods
void testHandleNestedParagraphs()
void testStripFirstParagraph()
void testStripFirstParagraphPreservesWithAttributesOnBoth()
void testStripFirstParagraphWithFirstParagraphAttributes()
void testStripIfSoloParagraphWithNestedParagraph()
Protected Methods
void setUp()
[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 TestHTMLParagraphStripper ()

Public Methods

public void testHandleNestedParagraphs ()

Throws
Exception

public void testStripFirstParagraph ()

Throws
Exception

public void testStripFirstParagraphPreservesWithAttributesOnBoth ()

Throws
Exception

public void testStripFirstParagraphWithFirstParagraphAttributes ()

Throws
Exception

public void testStripIfSoloParagraphWithNestedParagraph ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception