public class

TestXmlFragmentEventReader

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

Summary

Public Constructors
TestXmlFragmentEventReader()
Public Methods
void testEntityOnlyFragment()
void testHasNextAfterClose()
void testReader()
void testReaderDoesNotReadPastItsFragment()
void testReaderPeek()
void testReaderWithEmptyElement()
void testTextOnlyFragment()
[Expand]
Inherited Methods
From class com.atlassian.confluence.content.render.xhtml.AbstractStaxTest
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestXmlFragmentEventReader ()

Public Methods

public void testEntityOnlyFragment ()

Throws
Exception

public void testHasNextAfterClose ()

Throws
Exception

public void testReader ()

Throws
Exception

public void testReaderDoesNotReadPastItsFragment ()

Throws
Exception

public void testReaderPeek ()

Throws
Exception

public void testReaderWithEmptyElement ()

Throws
Exception

public void testTextOnlyFragment ()

Throws
Exception