org.openamf.test
Class TestDataTypesService

java.lang.Object
  extended byorg.openamf.test.TestDataTypesService
All Implemented Interfaces:
java.io.Serializable

public class TestDataTypesService
extends java.lang.Object
implements java.io.Serializable

Author:
Troy Gardner This tests object basic values when null or undefined, set to default, min and max and blank references to see how they end up on the actionscript side. part b tests whether or not various self referential, cyclinc refernces and shared references are propogated to the flash correctly.
See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
TestDataTypesService()
           
 
Method Summary
 java.lang.Object getTestData(Foo Tcase)
           
 java.lang.Object getTestData(java.lang.String Tcase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

TestDataTypesService

public TestDataTypesService()
Method Detail

getTestData

public java.lang.Object getTestData(Foo Tcase)

getTestData

public java.lang.Object getTestData(java.lang.String Tcase)