483484485486487488489490491492493
/** */ @Test public void testE1() { try { E1 a = null; testServer.p_E1( a ); testClient.p_E1( a ); } catch ( UnsupportedOperationException e ) {
498499500501502503504505506507508
/** */ @Test public void testE1Array() { try { E1 a[] = null; testServer.p_E1_array( a ); testClient.p_E1_array( a ); } catch ( UnsupportedOperationException e ) {
11581159116011611162116311641165116611671168
/** */ @Test public void testCanM15() { try { E1 b = null; testServer.can_m15(b); testClient.can_m15(b); } catch ( UnsupportedOperationException e ) {