Package org.apache.tuscany.sca.itest

Examples of org.apache.tuscany.sca.itest.TestException


    try {
      response = runTest( input );
    } catch( Exception e ) {
      System.out.println("TestInvocation: Test service got an exception during execution:" + e.getClass().getName()+ " " + e.getMessage() );
      e.printStackTrace();
      throw new TestException("Test service got an exception during execution: " + e.getClass().getName()+ " " + e.getMessage()  );
    } // end try
    return response;
  } // end method invokeTest
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.itest.TestException

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.