648649650651652653654655656657658
/** */ @Test public void testObjectStructArray() { try { S4 a = null; testServer.p_object_struct_array( a ); testClient.p_object_struct_array( a ); } catch ( UnsupportedOperationException e ) {