public class StandaloneNativeReflectorTestCase extends java.lang.Object implements TestCase, TestLifeCycle
| Modifier and Type | Class and Description |
|---|---|
static class |
StandaloneNativeReflectorTestCase.ItemChild |
static class |
StandaloneNativeReflectorTestCase.ItemNoDefaultConstructor |
static class |
StandaloneNativeReflectorTestCase.ItemParent |
static class |
StandaloneNativeReflectorTestCase.MockReflectorConfiguration |
| Constructor and Description |
|---|
StandaloneNativeReflectorTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertCannotBeInstantiated(java.lang.Class clazz) |
void |
setUp() |
void |
tearDown() |
void |
testComplexItem() |
void |
testFloat() |
void |
testForNullClass() |
void |
testHashMap() |
void |
testHashTable() |
void |
testList() |
void |
testNoDefaultConstructor() |
void |
testNotStorable() |
void |
testPlatformDependentInstantiation() |
void |
testString() |
public void testComplexItem()
throws java.lang.Exception
java.lang.Exceptionpublic void testNotStorable()
throws java.lang.Exception
java.lang.Exceptionpublic void testForNullClass()
public void testPlatformDependentInstantiation()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoDefaultConstructor()
throws java.lang.Exception
java.lang.Exceptionpublic void assertCannotBeInstantiated(java.lang.Class clazz)
public void testHashTable()
throws java.lang.Exception
java.lang.Exceptionpublic void testHashMap()
throws java.lang.Exception
java.lang.Exceptionpublic void testList()
throws java.lang.Exception
java.lang.Exceptionpublic void testFloat()
throws java.lang.Exception
java.lang.Exceptionpublic void testString()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.lang.Exception
setUp in interface TestLifeCyclejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in interface TestLifeCyclejava.lang.Exception