public class TestCollectionConverter extends AbstractConversionTestCase
TEST_NAMESPACE| Constructor and Description |
|---|
TestCollectionConverter(String testName) |
| Modifier and Type | Method and Description |
|---|---|
void |
testDomWithMixedContent() |
void |
testDomWithMixedRepeatedChildren() |
void |
testDomWithUniqueElementChildren() |
void |
testDomWithUniqueTextChildren() |
void |
testEmptyDom() |
void |
testEmptyElementStoredAsNull() |
void |
testEmptyMap() |
void |
testListOfElements() |
void |
testMapConvertsNullAsEmpty() |
void |
testMultiLevelDomWithFilter() |
void |
testMultiLevelMap() |
void |
testMultiLevelMapWithFilter() |
void |
testMultiLevelMapWithNamespace() |
void |
testMultiLevelMapWithRepeatedElements() |
void |
testSingleLevelDomWithFilter() |
void |
testSingleLevelMap() |
void |
testSingleLevelMapWithFilter() |
void |
testSingleLevelMapWithRepeatedElements() |
assertAttribute, assertXsiNil, assertXsiNil, conversionAttr, conversionKey, conversionType, conversionType, updateConversionType, xsiNilassertChildCount, assertChildCount, assertMultilinecountTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringassertEquals, 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, failSamepublic TestCollectionConverter(String testName)
public void testDomWithUniqueTextChildren()
throws Exception
Exceptionpublic void testDomWithUniqueElementChildren()
throws Exception
Exceptionpublic void testDomWithMixedRepeatedChildren()
throws Exception
Exceptionpublic void testEmptyElementStoredAsNull()
throws Exception
Exceptionpublic void testSingleLevelDomWithFilter()
throws Exception
Exceptionpublic void testMultiLevelDomWithFilter()
throws Exception
Exceptionpublic void testSingleLevelMapWithRepeatedElements()
throws Exception
Exceptionpublic void testMultiLevelMapWithRepeatedElements()
throws Exception
Exceptionpublic void testMapConvertsNullAsEmpty()
throws Exception
Exceptionpublic void testSingleLevelMapWithFilter()
throws Exception
Exceptionpublic void testMultiLevelMapWithFilter()
throws Exception
Exception