Package com.puppetlabs.geppetto.junitresult

Examples of com.puppetlabs.geppetto.junitresult.JunitresultFactory


   *
   * @generated
   */
  public static JunitresultFactory init() {
    try {
      JunitresultFactory theJunitresultFactory = (JunitresultFactory) EPackage.Registry.INSTANCE.getEFactory("http://www.puppetlabs.com/geppetto/1.0.0/Junitresult");
      if(theJunitresultFactory != null) {
        return theJunitresultFactory;
      }
    }
    catch(Exception exception) {
View Full Code Here

TOP

Related Classes of com.puppetlabs.geppetto.junitresult.JunitresultFactory

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.