Package org.apache.etch.tests.Test1

Examples of org.apache.etch.tests.Test1.S2


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

TOP

Related Classes of org.apache.etch.tests.Test1.S2

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.