Package net.sf.parteg.input.statemachine

Examples of net.sf.parteg.input.statemachine.TestCreation


            oTCGHelper);
        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

Related Classes of net.sf.parteg.input.statemachine.TestCreation

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.