Package nz.ac.waikato.modeljunit

Examples of nz.ac.waikato.modeljunit.QuickTester.addCoverageMetric()


        return tester;
    }

    public Tester constructQuickTester(Project project, CoverageMetric metric) {
        QuickTester tester = new QuickTester(loadModelClass(project));
        tester.addCoverageMetric(metric);
        return tester;
    }

    /**
     * Create a new instance of the model from an existing project
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.