org.apache.maven.shared.utils.xml
Class PrettyPrintXmlWriterTest

java.lang.Object
  extended by org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest

public class PrettyPrintXmlWriterTest
extends Object

Test of PrettyPrintXMLWriter

Version:
$Id$
Author:
Vincent Siveton

Constructor Summary
PrettyPrintXmlWriterTest()
           
 
Method Summary
 void after()
           
 void before()
           
 void testDefaultPrettyPrintXMLWriter()
           
 void testEscapeXmlAttributeMac()
           
 void testEscapeXmlAttributeUnix()
           
 void testEscapeXmlAttributeWindows()
           
 void testPrettyPrintXMLWriterWithGivenLineIndenter()
           
 void testPrettyPrintXMLWriterWithGivenLineSeparator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyPrintXmlWriterTest

public PrettyPrintXmlWriterTest()
Method Detail

before

public void before()
            throws Exception
Throws:
Exception

after

public void after()
           throws Exception
Throws:
Exception

testDefaultPrettyPrintXMLWriter

public void testDefaultPrettyPrintXMLWriter()

testPrettyPrintXMLWriterWithGivenLineSeparator

public void testPrettyPrintXMLWriterWithGivenLineSeparator()

testPrettyPrintXMLWriterWithGivenLineIndenter

public void testPrettyPrintXMLWriterWithGivenLineIndenter()

testEscapeXmlAttributeWindows

public void testEscapeXmlAttributeWindows()

testEscapeXmlAttributeMac

public void testEscapeXmlAttributeMac()

testEscapeXmlAttributeUnix

public void testEscapeXmlAttributeUnix()


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.