public class MapGenerationTestCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MapGenerationTestCase.GenericDto |
static class |
MapGenerationTestCase.Grade |
static class |
MapGenerationTestCase.MapWithoutSetter |
static class |
MapGenerationTestCase.MapWithSetter |
static class |
MapGenerationTestCase.MapWithSetterDto |
static class |
MapGenerationTestCase.MapWithSetterDto2 |
static class |
MapGenerationTestCase.MyMapEntry<K,V> |
| Constructor and Description |
|---|
MapGenerationTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
testArrayToMapGeneration() |
void |
testListToMapGeneration() |
void |
testMapToArrayGeneration() |
void |
testMapToListGeneration() |
void |
testMapToMapGeneration_noSetter() |
void |
testMapToMapGeneration() |
void |
testNewSyntax_mapToArrays() |
void |
testNewSyntax_mapToArraysWithUnequalSize() |
void |
testNewSyntax_multipleParallel()
Demonstrates how a single field can be mapped to more than one
destination, in both directions.
|
public void testMapToMapGeneration_noSetter()
throws Exception
Exceptionpublic void testNewSyntax_mapToArrays()
throws Exception
Exceptionpublic void testNewSyntax_mapToArraysWithUnequalSize()
throws Exception
ExceptionCopyright © 2017 Glasnost. All Rights Reserved.