513514515516517518519520521522523
/** */ @Test public void testS1() { try { S1 a = null; testServer.p_S1( a ); testClient.p_S1( a ); } catch ( UnsupportedOperationException e ) {
528529530531532533534535536537538
/** */ @Test public void testS1Array() { try { S1 a[] = null; testServer.p_S1_array( a ); testClient.p_S1_array( a ); } catch ( UnsupportedOperationException e ) {
11131114111511161117111811191120112111221123
/** */ @Test public void testM14() { try { S1 b = null; testServer.m14(b); testClient.m14(b); } catch ( UnsupportedOperationException e ) {