|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
net.sf.jsefa.test.all.TypeReductionTest
public class TypeReductionTest
Tests for testing the correct serialization when a subtype of an expected type is given (without polymorphism).
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 Summary | |
---|---|
TypeReductionTest()
|
Method Summary | |
---|---|
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). |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, 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, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TypeReductionTest()
Method Detail |
---|
public void testAtEntryPointLevelCSV()
public void testAtEntryPointLevelFLR()
public void testAtEntryPointLevelXML()
public void testAtLevel1CSV()
public void testAtLevel1FLR()
public void testAtLevel1XML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |