net.shibboleth.metadata.dom
Class ElementFormattingStageTest

java.lang.Object
  extended by net.shibboleth.metadata.dom.BaseDomTest
      extended by net.shibboleth.metadata.dom.ElementFormattingStageTest

public class ElementFormattingStageTest
extends BaseDomTest

ElementFormattingStage unit test.


Field Summary
private  Element prettyPrintElement
           
private  Element singleLineElement
           
private  Element unformattedElement
           
 
Constructor Summary
ElementFormattingStageTest()
           
 
Method Summary
 void setup()
           
 void testCdataSectionElements()
           
 void testIndented()
           
 void testIndentSize()
           
 void testLineSeperator()
           
 void testPrettyPrintFormatting()
           
 void testSingleLineFormatting()
           
 
Methods inherited from class net.shibboleth.metadata.dom.BaseDomTest
assertXmlIdentical, getParserPool, readTestRelativeXmlData, readXmlData, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unformattedElement

private Element unformattedElement

singleLineElement

private Element singleLineElement

prettyPrintElement

private Element prettyPrintElement
Constructor Detail

ElementFormattingStageTest

public ElementFormattingStageTest()
Method Detail

setup

public void setup()
           throws Exception
Throws:
Exception

testLineSeperator

public void testLineSeperator()
                       throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException

testIndented

public void testIndented()
                  throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException

testIndentSize

public void testIndentSize()
                    throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException

testCdataSectionElements

public void testCdataSectionElements()
                              throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException

testSingleLineFormatting

public void testSingleLineFormatting()
                              throws Exception
Throws:
Exception

testPrettyPrintFormatting

public void testPrettyPrintFormatting()
                               throws Exception
Throws:
Exception


Copyright © 1999-2012. All Rights Reserved.