|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
net.sf.jsefa.test.xml.TextModeTest
public class TextModeTest
Tests the correct serialization/deserialization of Elements annotated with different textModes.
| Constructor Summary | |
|---|---|
TextModeTest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
|---|
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, fail, fail, failNotEquals, failNotSame, failSame, format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextModeTest()
| Method Detail |
|---|
public void testEmptyElement()
String field.
public void testStringElement()
String field.
public void testEmptyTextContentElement()
public void testTextContentElement()
public void testEmptyElementList()
public void testElementList()
public void testCDATASequence()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||