com.google.gwt.user.rebind.rpc.testcases.client |
|
Java Source File Name | Type | Comment |
AbstractSerializableTypes.java | Interface | Tests that a service which has only abstract serializable
types does not fail. |
CovariantArrays.java | Interface | Used to test that the
com.google.gwt.user.rebind.rpc.SerializableTypeOracleBuilder SerializableTypeOracleBuilder will handle covariant arrays correctly. |
ManualSerialization.java | Interface | Used to test that the
com.google.gwt.user.rebind.rpc.SerializableTypeOracleBuilder SerializableTypeOracleBuilder will not fail if a manually serialized type has a field that is not
serializables. |
MissingGwtTypeArgs.java | Interface | Used to test that the
com.google.gwt.user.rebind.rpc.SerializableTypeOracleBuilder SerializableTypeOracleBuilder will pull in the all of the serializable subtypes of Object if an unparameterized
type is used. |
NoSerializableTypes.java | Interface | Tests that the
com.google.gwt.user.rebind.rpc.SerializableTypeOracleBuilder SerializableTypeOracleBuilder will fail if a root type is not serializable. |
NotAllSubtypesAreSerializable.java | Interface | Used to test that the
com.google.gwt.user.rebind.rpc.SerializableTypeOracleBuilder SerializableTypeOracleBuilder will not fail if all of the subtypes of a type used in a service
method signature are not serializable. |
ObjectArrayInMethodSignature.java | Interface | Used to test that the
com.google.gwt.user.rebind.rpc.SerializableTypeOracleBuilder SerializableTypeOracleBuilder will not fail if Object[] is used in a method signature. |
ObjectInMethodSignature.java | Interface | Used to test that the
com.google.gwt.user.rebind.rpc.SerializableTypeOracleBuilder SerializableTypeOracleBuilder will not fail if Object is used in a method signature. |