public class TypeReductionTest
extends junit.framework.TestCase
The expected result is that the known super type is determined and the fields of this supertype are serialized (and not the additional fields of the subtype).
| Constructor and Description |
|---|
TypeReductionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAtEntryPointLevelCSV()
Test type reduction at entry point level (CSV).
|
void |
testAtEntryPointLevelFLR()
Test type reduction at entry point level (FLR).
|
void |
testAtEntryPointLevelXML()
Test type reduction at entry point level (XML).
|
void |
testAtLevel1CSV()
Test type reduction at level 1 of the object hierarchy (CSV).
|
void |
testAtLevel1FLR()
Test type reduction at level 1 of the object hierarchy (FLR).
|
void |
testAtLevel1XML()
Test type reduction at level 1 of the object hierarchy (XML).
|
countTestCases, 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, failSame, formatpublic void testAtEntryPointLevelCSV()
public void testAtEntryPointLevelFLR()
public void testAtEntryPointLevelXML()
public void testAtLevel1CSV()
public void testAtLevel1FLR()
public void testAtLevel1XML()
Copyright © 2014. All rights reserved.