| Class | Description |
|---|---|
| BigDecimalValidatorTest |
Tests for testing the
BigDecimalValidator. |
| CollectionValidatorTest |
Tests for testing the validators.
|
| CycleDetectionTest |
Tests to test if cycles in the object graph are detected during serialization.
|
| DepthTest |
Tests to test the serialization/deserialization of DTOs with different depth.
|
| FlushTest |
Tests for testing the flush operation (Serializer).
|
| FullCycleTest |
Test full cycle (open, hasNext, next, close) of the deserializers.
|
| InheritanceTest |
Tests to test the serialization/deserialization of DTOs with inheritance.
|
| IntegerValidatorTest |
Tests for testing the
IntegerValidator. |
| LongValidatorTest |
Tests for testing the
LongValidator. |
| NoComplexValueTest |
Tests to test the serialization/deserialization of DTOs with absent complex values.
|
| NoSimpleValueTest |
Tests to test the serialization/deserialization of DTOs with absent simple values.
|
| SimpleListTypeTest |
Tests to test the serialization/deserialization of simple list types.
|
| SimpleTypeDefaultTest |
Tests to test the serialization/deserialization of different simple types with no explicit format and converter
annotation.
|
| SimpleTypeWithConverterTest |
Tests to test the serialization/deserialization of different simple types with no explicit format but an
explicit converter annotation.
|
| SimpleTypeWithFormatAndConverterTest |
Tests to test the serialization/deserialization of different simple types with an explicit format and an
explicit converter annotation.
|
| SimpleTypeWithFormatTest |
Tests to test the serialization/deserialization of different simple types with an explicit format and no
explicit converter annotation.
|
| StringValidatorTest |
Tests for testing the
StringValidator. |
| TypeReductionTest |
Tests for testing the correct serialization when a subtype of an expected type is given (without polymorphism).
|
| ValidatorTestUtil |
Utility class for validator tests.
|
Copyright © 2014. All rights reserved.