Method Summary |
|
public String | getModuleName() |
public void | testBasicEnums() Test that basic enums can be used over RPC. |
public void | testComplexEnums() Test that complex enums with state and non-default constructors can be used
over RPC and that the client state does not change. |
public void | testNull() Test that null can be used as an enumeration. |
public void | testSubclassingEnums() Test that enums with subclasses can be passed over RPC. |