|
||||||||||
| 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.xml.StandardDataTypeNamesTest
public class StandardDataTypeNamesTest
Tests to test the correct serialization/deserialization when a data type name (denoting a simple type mapping) is specified for an annotated field.
| Constructor Summary | |
|---|---|
StandardDataTypeNamesTest()
|
|
| Method Summary | |
|---|---|
void |
testBoolean()
Tests the standard data type boolean. |
void |
testInt()
Tests the standard data type int. |
void |
testInteger()
Tests the standard data type integer. |
void |
testLong()
Tests the standard data type long. |
void |
testString()
Tests the standard data type string. |
| 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 StandardDataTypeNamesTest()
| Method Detail |
|---|
public void testString()
string.
public void testInt()
int.
public void testInteger()
integer.
public void testLong()
long.
public void testBoolean()
boolean.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||