Package fr.imag.adele.apam.app2.spec

Examples of fr.imag.adele.apam.app2.spec.App2Spec


          "APP2_MAIN", null);
    } catch (IOException e) {
      fail(e.getMessage());
    }

    App2Spec app2Spec = obrmanhelper.createInstance(app2CompoType,
        App2Spec.class);

    System.out
        .println("\n==================Start call test=================== \n");

    app2Spec.call("Call Main APP2 from Test");

    System.out
        .println("\n=================End call test====================\n");
  }
View Full Code Here

TOP

Related Classes of fr.imag.adele.apam.app2.spec.App2Spec

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.