Package net.sf.parteg.input.statemachine

Examples of net.sf.parteg.input.statemachine.TestCreation.generateTestCase()


        oTestGoalGenerator.defineTestGoalsForTCG();
       
        if(Configuration.getUsedStrategy().compareTo("Constraint Solver Based Strategy") == 0){ //MoBaTeG
          //generate test cases
          TestCreation oTestCreation = new TestCreation(project, oTCGHelper);
          oTestCreation.generateTestCase();
        }
        //
       
        if(Configuration.getUsedStrategy().compareTo("Abstract Interpretation Based Strategy") == 0){ //ParTeG
          // create test suite
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.