| junitx.ddtunit.DDTTestCase junitx.ddtunit.functest.ProcessMapTypeTest
ProcessMapTypeTest | public class ProcessMapTypeTest extends DDTTestCase (Code) | | Test class for checking read facilities of map type xml resource objects.
author: jg |
initContext | protected void initContext()(Code) | | |
testArrayFromMap | public void testArrayFromMap()(Code) | | |
testReadMap | public void testReadMap()(Code) | | Test reading simple java.util.HashMap object from xml
resource as base object.
|
testReadMapAsCollectionMember | public void testReadMapAsCollectionMember()(Code) | | Test reading of java.util.Map as member of
java.util.Collection type.
|
testReadMapAsField | public void testReadMapAsField()(Code) | | Test reading of java.util.Map as field of complex data
type.
|
testReadSpecialMap | public void testReadSpecialMap()(Code) | | |
|
|