public class

TestConfluenceXMLEventWriter

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.content.render.xhtml.TestConfluenceXMLEventWriter

Summary

Public Constructors
TestConfluenceXMLEventWriter()
Public Methods
void testMarshalAmpersand()
void testMarshalApostrophe()
void testMarshalLeftAngleBracket()
void testMarshalQuote()
void testMarshalRightAngleBracket()
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 TestConfluenceXMLEventWriter ()

Public Methods

public void testMarshalAmpersand ()

Throws
Exception

public void testMarshalApostrophe ()

Throws
Exception

public void testMarshalLeftAngleBracket ()

Throws
Exception

public void testMarshalQuote ()

Throws
Exception

public void testMarshalRightAngleBracket ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception