public class TestOutputUtil extends AbstractTestCase
| Modifier and Type | Field and Description |
|---|---|
static String |
EL_CHILD |
static String |
EL_CHILD_END |
static String |
EL_CHILD_SOLO |
static String |
EL_CHILD_START |
static String |
EL_ROOT |
static String |
EL_ROOT_END |
static String |
EL_ROOT_SOLO |
static String |
EL_ROOT_START |
static String |
SOME_TEXT |
| Constructor and Description |
|---|
TestOutputUtil(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
testCompactStreamAsciiContentDOM() |
void |
testCompactStreamAsciiContentSAX() |
void |
testCompactStreamNonAsciiDefaultEncoding() |
void |
testCompactStreamNonAsciiISO8859EncodingDOM() |
void |
testCompactStreamNonAsciiISO8859EncodingSAX() |
void |
testCompactStringParentChildDOM() |
void |
testCompactStringParentChildSAX() |
void |
testCompactStringSingleElementDOM() |
void |
testCompactStringSingleElementSAX() |
void |
testCompactStringWithText() |
void |
testElementToString() |
void |
testIndentedStringParentChildDOM() |
void |
testIndentedStringParentChildSAX() |
void |
testIndentedStringParentChildText() |
void |
testTreeToString() |
assertChildCount, assertChildCount, assertMultilinecountTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringassertEquals, 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, fail, fail, failNotEquals, failNotSame, failSamepublic static final String EL_ROOT
public static final String EL_ROOT_START
public static final String EL_ROOT_END
public static final String EL_ROOT_SOLO
public static final String EL_CHILD
public static final String EL_CHILD_START
public static final String EL_CHILD_END
public static final String EL_CHILD_SOLO
public static final String SOME_TEXT
public TestOutputUtil(String name)
public void testCompactStringSingleElementDOM()
throws Exception
Exceptionpublic void testCompactStringParentChildDOM()
throws Exception
Exceptionpublic void testCompactStringSingleElementSAX()
throws Exception
Exceptionpublic void testCompactStringParentChildSAX()
throws Exception
Exceptionpublic void testCompactStringWithText()
throws Exception
Exceptionpublic void testIndentedStringParentChildDOM()
throws Exception
Exceptionpublic void testIndentedStringParentChildSAX()
throws Exception
Exceptionpublic void testIndentedStringParentChildText()
throws Exception
Exceptionpublic void testCompactStreamAsciiContentDOM()
throws Exception
Exceptionpublic void testCompactStreamAsciiContentSAX()
throws Exception
Exceptionpublic void testCompactStreamNonAsciiDefaultEncoding()
throws Exception
Exceptionpublic void testCompactStreamNonAsciiISO8859EncodingDOM()
throws Exception
Exception