|
Class Summary |
| CollectionsTest |
Tests to test element lists with String elements and simple list type elements but with a non
list java field type. |
| DataTypeDefaultNameTest |
Tests to test elements with an xsd:type attribute denoting a standard data type. |
| DeserializationExceptionTest |
Tests the correctness of DeserializationExceptions. |
| DeserializationFaultToleranceTest |
Tests the fault tolerance when deserializing a list of DTOs where some of them cause an Exception as they are not
valid (but well formed). |
| DtdResolutionTest |
Tests to test the correct resolution of DTDs. |
| EmptyValueTest |
Tests the correct serialization/deserialization of empty DTOs mapped to complex elements, empty lists and empty
String fields. |
| ExistenceValidationOnDeserializationTest |
Tests for testing deserialization with existence validation. |
| ExistenceValidationOnSerializationTest |
Tests for testing serialization with existence validation. |
| ExplicitListTypeTest |
Tests to test explicit lists with String elements and elements of different depth. |
| ExplicitMapTypeTest |
Tests to test explicit maps with String keys and elements of different depth. |
| ImplicitListTypeTest |
Tests to test implicit lists with String elements and elements of different depth. |
| ImplicitMapTypeTest |
Tests to test implicit maps with String keys and elements of different depth. |
| LineBreakTest |
Tests to test correct serialization of line breaks. |
| NamespacesTest |
Tests to correct serialization/deserialization with different namespace declaration scenarios. |
| NodeNameTest |
Tests to test the element name, attribute name and element list name generation. |
| NodePositionTest |
Tests to test the position of xml nodes (i. e. their ordering). |
| NodeTypeTest |
Tests to test the node type annotation. |
| NoValueTest |
Tests to test the serialization/deserialization of DTOs with absent values. |
| PolymorphismTest |
Test for testing the correct serialization/deserialization with equally named elements of different data types. |
| PrimitiveSimpleTypeTest |
Tests to test the serialization/deserialization of a primitive simple type used in different ways. |
| ShortSyntaxListTypeTest |
Test to test lists whereas the type of the list entries is determinable from the generic argument of the list
field. |
| ShortSyntaxMapTypeTest |
Test to test maps whereas the type of the map keys and values is determinable from the generic argument of the map
field. |
| SimpleTypeConfigurabilityTest |
Tests for testing the configurability of simple types (concerning format and/or converterType) for different xml node
types. |
| StandardDataTypeNamesTest |
Tests to test the correct serialization/deserialization when a data type name (denoting a simple type mapping)
is specified for an annotated field. |
| TextModeTest |
Tests the correct serialization/deserialization of Elements annotated with different textModes. |
| TypeCycleTest |
Tests to test the correct serialization/deserialization when a cycle in the type mapping graph exists. |
| ValueValidationOnDeserializationTest |
Tests for testing deserialization with value validation. |
| ValueValidationOnSerializationTest |
Tests for testing serialization with value validation. |
| XmlReaderFactoryTest |
Tests to test the XmlReader character set encoding detection feature. |