Package nz.ac.waikato.modeljunit

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


        return tester;
    }

    public Tester constructLookaheadTester(Project project, CoverageMetric metric) {
        LookaheadTester tester = new LookaheadTester(loadModelClass(project));
        tester.addCoverageMetric(metric);
        //    tester.setDepth(100);
        tester.setMaxLength(WALK_LENGTH);
        return tester;
    }
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.