Package com.mountainminds.eclemma.internal.core.session

Examples of com.mountainminds.eclemma.internal.core.session.CoverageSession


  }
 
  public static ICoverageSession createCoverageSession(String description,
      IInstrumentation[] instrumentations, IPath[] coveragedatafiles,
      ILaunchConfiguration launchconfiguration) {
    return new CoverageSession(description, instrumentations, coveragedatafiles,
        launchconfiguration);
  }
View Full Code Here

TOP

Related Classes of com.mountainminds.eclemma.internal.core.session.CoverageSession

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.