Package etch.tests.Test1

Examples of etch.tests.Test1.E1


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


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

 
  /** */
  @Test public void  testCanM15() {
    try
    {
      E1 b = null;
      testServer.can_m15(b);
      testClient.can_m15(b);
    }
    catch ( UnsupportedOperationException e )
    {
View Full Code Here

TOP

Related Classes of etch.tests.Test1.E1

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.