| com.tctest.GenericTestApp com.tctest.ReflectionFieldTestApp
Method Summary | |
protected Object | getTestObject(String testName) | protected void | setupTestObject(String testName) | protected void | silenceCompilerWarnings() | void | testBasicModifyRoot(DataRoot root, boolean validate) | void | testGetObjectReference(DataRoot root, boolean validate) | void | testLogicalClasses(DataRoot root, boolean validate) | void | testModifyAndGetLiteralRoot(DataRoot root, boolean validate) | void | testModifyAndGetRoot(DataRoot root, boolean validate) | void | testModifyBoolean(DataRoot root, boolean validate) | void | testModifyByte(DataRoot root, boolean validate) | void | testModifyCharacter(DataRoot root, boolean validate) | void | testModifyDouble(DataRoot root, boolean validate) | void | testModifyDoubleWithFloatValue(DataRoot root, boolean validate) | void | testModifyDoubleWithIntValue(DataRoot root, boolean validate) | void | testModifyDoubleWithLongValue(DataRoot root, boolean validate) | void | testModifyFloat(DataRoot root, boolean validate) | void | testModifyInt(DataRoot root, boolean validate) | void | testModifyIntWithByteValue(DataRoot root, boolean validate) | void | testModifyIntWithCharValue(DataRoot root, boolean validate) | void | testModifyIntWithShortValue(DataRoot root, boolean validate) | void | testModifyLogicalInstrumentedObject(DataRoot root, boolean validate) | void | testModifyLong(DataRoot root, boolean validate) | void | testModifyLongWithByteValue(DataRoot root, boolean validate) | void | testModifyLongWithCharValue(DataRoot root, boolean validate) | void | testModifyLongWithDoubleValue(DataRoot root, boolean validate) | void | testModifyLongWithFloatValue(DataRoot root, boolean validate) | void | testModifyLongWithIntValue(DataRoot root, boolean validate) | void | testModifyLongWithShortValue(DataRoot root, boolean validate) | void | testModifyNonInstrumentedObject(DataRoot root, boolean validate) | void | testModifyNonInstrumentedObjectRoot(DataRoot root, boolean validate) | void | testModifyNonRootStaticField(DataRoot root, boolean validate) | void | testModifyNonSharedObject(DataRoot root, boolean validate) | void | testModifyNonSharedTCManagedField(DataRoot root, boolean validate) | void | testModifyObjectReference(DataRoot root, boolean validate) | void | testModifyPhysicalInstrumentedObjectWithNonStaticManager(DataRoot root, boolean validate) | void | testModifyPhysicalInstrumentedObjectWithStaticManager(DataRoot root, boolean validate) | void | testModifyRootStaticField(DataRoot root, boolean validate) | void | testModifySharedTCManagedField(DataRoot root, boolean validate) | void | testModifyShort(DataRoot root, boolean validate) | void | testReadOnlyModifyLong(DataRoot root, boolean validate) | public static void | visitL1DSOConfig(ConfigVisitor visitor, DSOClientConfigHelper config) |
setupTestObject | protected void setupTestObject(String testName)(Code) | | |
silenceCompilerWarnings | protected void silenceCompilerWarnings()(Code) | | |
testBasicModifyRoot | void testBasicModifyRoot(DataRoot root, boolean validate)(Code) | | |
testGetObjectReference | void testGetObjectReference(DataRoot root, boolean validate) throws Exception(Code) | | |
testLogicalClasses | void testLogicalClasses(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyAndGetLiteralRoot | void testModifyAndGetLiteralRoot(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyAndGetRoot | void testModifyAndGetRoot(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyBoolean | void testModifyBoolean(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyByte | void testModifyByte(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyCharacter | void testModifyCharacter(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyDouble | void testModifyDouble(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyDoubleWithFloatValue | void testModifyDoubleWithFloatValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyDoubleWithIntValue | void testModifyDoubleWithIntValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyDoubleWithLongValue | void testModifyDoubleWithLongValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyFloat | void testModifyFloat(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyInt | void testModifyInt(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyIntWithByteValue | void testModifyIntWithByteValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyIntWithCharValue | void testModifyIntWithCharValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyIntWithShortValue | void testModifyIntWithShortValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyLogicalInstrumentedObject | void testModifyLogicalInstrumentedObject(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyLong | void testModifyLong(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyLongWithByteValue | void testModifyLongWithByteValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyLongWithCharValue | void testModifyLongWithCharValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyLongWithDoubleValue | void testModifyLongWithDoubleValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyLongWithFloatValue | void testModifyLongWithFloatValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyLongWithIntValue | void testModifyLongWithIntValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyLongWithShortValue | void testModifyLongWithShortValue(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyNonInstrumentedObject | void testModifyNonInstrumentedObject(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyNonInstrumentedObjectRoot | void testModifyNonInstrumentedObjectRoot(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyNonRootStaticField | void testModifyNonRootStaticField(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyNonSharedObject | void testModifyNonSharedObject(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyNonSharedTCManagedField | void testModifyNonSharedTCManagedField(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyObjectReference | void testModifyObjectReference(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyPhysicalInstrumentedObjectWithNonStaticManager | void testModifyPhysicalInstrumentedObjectWithNonStaticManager(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyPhysicalInstrumentedObjectWithStaticManager | void testModifyPhysicalInstrumentedObjectWithStaticManager(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyRootStaticField | void testModifyRootStaticField(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifySharedTCManagedField | void testModifySharedTCManagedField(DataRoot root, boolean validate) throws Exception(Code) | | |
testModifyShort | void testModifyShort(DataRoot root, boolean validate) throws Exception(Code) | | |
testReadOnlyModifyLong | void testReadOnlyModifyLong(DataRoot root, boolean validate) throws Exception(Code) | | |
|
|