public class TextModeTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
TextModeTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCDATASequence()
Tests the correct serialization of a text node including the string ']]>' .
|
void |
testElementList()
Tests the correct serialization/deserialization of a DTO mapped to an element list.
|
void |
testEmptyElement()
Tests the correct serialization/deserialization of a DTO with an empty
String field. |
void |
testEmptyElementList()
Tests the correct serialization/deserialization of a DTO mapped to an empty element list.
|
void |
testEmptyTextContentElement()
Tests the correct serialization/deserialization of a DTO mapped to a element with an empty text content.
|
void |
testStringElement()
Tests the correct serialization/deserialization of a DTO with a
String field. |
void |
testTextContentElement()
Tests the correct serialization/deserialization of a DTO mapped to a element with text content.
|
countTestCases, 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, failSame, formatpublic void testEmptyElement()
String field.public void testStringElement()
String field.public void testEmptyTextContentElement()
public void testTextContentElement()
public void testEmptyElementList()
public void testElementList()
public void testCDATASequence()
Copyright © 2014. All rights reserved.