genEngine.compileMutants();*/
ClassMutantsGenerator cmGenEngine;
cmGenEngine = new ClassMutantsGenerator(original_file,classops);
cmGenEngine.makeMutants();
cmGenEngine.compileMutants();
TraditionalMutantsGenerator tmGenEngine;
tmGenEngine = new TraditionalMutantsGenerator(original_file,tradops);
tmGenEngine.makeMutants();
tmGenEngine.compileMutants();