public class XmlWriterUtilTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
XmlWriterUtilTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
protected void |
tearDown() |
void |
testWriteCommentLineBreakXMLWriter()
Test method for
XmlWriterUtil.writeCommentLineBreak(XMLWriter). |
void |
testWriteCommentLineBreakXMLWriterInt()
Test method for
XmlWriterUtil.writeCommentLineBreak(XMLWriter, int). |
void |
testWriteCommentLong()
Test method for
XmlWriterUtil.writeComment(XMLWriter, java.lang.String). |
void |
testWriteCommentNull()
Test method for
XmlWriterUtil.writeComment(XMLWriter, java.lang.String). |
void |
testWriteCommentShort()
Test method for
XmlWriterUtil.writeComment(XMLWriter, java.lang.String). |
void |
testWriteCommentTextXMLWriterStringInt()
Test method for
XmlWriterUtil.writeCommentText(XMLWriter, java.lang.String, int). |
void |
testWriteCommentTextXMLWriterStringIntInt()
Test method for
XmlWriterUtil.writeCommentText(XMLWriter, java.lang.String, int, int). |
void |
testWriteCommentTextXMLWriterStringIntIntInt()
Test method for
XmlWriterUtil.writeCommentText(XMLWriter, java.lang.String, int, int, int). |
void |
testWriteCommentXMLWriterString()
Test method for
XmlWriterUtil.writeComment(XMLWriter, java.lang.String). |
void |
testWriteCommentXMLWriterStringInt()
Test method for
XmlWriterUtil.writeComment(XMLWriter, java.lang.String, int). |
void |
testWriteCommentXMLWriterStringIntInt()
Test method for
XmlWriterUtil.writeComment(XMLWriter, java.lang.String, int, int). |
void |
testWriteCommentXMLWriterStringIntIntInt()
Test method for
XmlWriterUtil.writeComment(XMLWriter, java.lang.String, int, int, int). |
void |
testWriteLineBreakXMLWriter()
Test method for
XmlWriterUtil.writeLineBreak(XMLWriter). |
void |
testWriteLineBreakXMLWriterInt()
Test method for
XmlWriterUtil.writeLineBreak(XMLWriter, int). |
void |
testWriteLineBreakXMLWriterIntInt()
Test method for
XmlWriterUtil.writeLineBreak(XMLWriter, int, int). |
void |
testWriteLineBreakXMLWriterIntIntInt()
Test method for
XmlWriterUtil.writeLineBreak(XMLWriter, int, int, int). |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringprotected void setUp()
throws Exception
setUp in class junit.framework.TestCaseExceptionprotected void tearDown()
throws Exception
tearDown in class junit.framework.TestCaseExceptionpublic void testWriteLineBreakXMLWriter()
throws Exception
XmlWriterUtil.writeLineBreak(XMLWriter).Exception - if anypublic void testWriteLineBreakXMLWriterInt()
throws Exception
XmlWriterUtil.writeLineBreak(XMLWriter, int).Exception - if anypublic void testWriteLineBreakXMLWriterIntInt()
throws Exception
XmlWriterUtil.writeLineBreak(XMLWriter, int, int).Exception - if anypublic void testWriteLineBreakXMLWriterIntIntInt()
throws Exception
XmlWriterUtil.writeLineBreak(XMLWriter, int, int, int).Exception - if anypublic void testWriteCommentLineBreakXMLWriter()
throws Exception
XmlWriterUtil.writeCommentLineBreak(XMLWriter).Exception - if anypublic void testWriteCommentLineBreakXMLWriterInt()
throws Exception
XmlWriterUtil.writeCommentLineBreak(XMLWriter, int).Exception - if anypublic void testWriteCommentXMLWriterString()
throws Exception
XmlWriterUtil.writeComment(XMLWriter, java.lang.String).Exception - if anypublic void testWriteCommentXMLWriterStringInt()
throws Exception
XmlWriterUtil.writeComment(XMLWriter, java.lang.String, int).Exception - if anypublic void testWriteCommentXMLWriterStringIntInt()
throws Exception
XmlWriterUtil.writeComment(XMLWriter, java.lang.String, int, int).Exception - if anypublic void testWriteCommentXMLWriterStringIntIntInt()
throws Exception
XmlWriterUtil.writeComment(XMLWriter, java.lang.String, int, int, int).Exception - if anypublic void testWriteCommentTextXMLWriterStringInt()
throws Exception
XmlWriterUtil.writeCommentText(XMLWriter, java.lang.String, int).Exception - if anypublic void testWriteCommentTextXMLWriterStringIntInt()
throws Exception
XmlWriterUtil.writeCommentText(XMLWriter, java.lang.String, int, int).Exception - if anypublic void testWriteCommentTextXMLWriterStringIntIntInt()
throws Exception
XmlWriterUtil.writeCommentText(XMLWriter, java.lang.String, int, int, int).Exception - if anypublic void testWriteCommentNull()
throws Exception
XmlWriterUtil.writeComment(XMLWriter, java.lang.String).Exception - if anypublic void testWriteCommentShort()
throws Exception
XmlWriterUtil.writeComment(XMLWriter, java.lang.String).Exception - if anyCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.