Package etch.tests.Test1

Examples of etch.tests.Test1.S2


 
  /** */
  @Test public void  testS2Array() {
    try
    {
      S2 a[]  = null;
      testServer.p_S2_array( a );
      testClient.p_S2_array( a );
    }
    catch ( UnsupportedOperationException e )
    {
View Full Code Here

TOP

Related Classes of 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.