assertNull(SimpleInterface.stringValue, test.getString());
}
public void testGetInvalid() throws Exception
{
InvalidInterface test = createInvalidCompositeDataProxy();
try
{
test.getInvalid();
fail("Should not be here");
}
catch (AssertionFailedError e)
{
throw e;