Package org.erlide.cover.api

Examples of org.erlide.cover.api.Configuration


     */
    public CoverLaunchSettings(final LaunchType t, final CoverLaunchData data)
            throws CoverException {
        type = t;
        frameworkType = data.getFramework();
        config = new Configuration();

        log = Activator.getDefault();
        if (data.getFramework() == null) {
            throw new CoverException("No test framework set");
        }
View Full Code Here

TOP

Related Classes of org.erlide.cover.api.Configuration

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.