Package net.sf.parteg.output.testgraph.languages

Examples of net.sf.parteg.output.testgraph.languages.TestCaseGraphOutputJavaMutantAnalysis


    }
    else if(Configuration.getOutputFormat() == Configuration.OUTPUTFORMAT.JUNIT_3_8) {
      m_colOutputConfigurators.add(new TestCaseGraphOutputJUnit_3_8(in_oTCGHelper));
    }
    else if(Configuration.getOutputFormat() == Configuration.OUTPUTFORMAT.JAVA_MUTATION_ANALYSIS) {
      m_colOutputConfigurators.add(new TestCaseGraphOutputJavaMutantAnalysis(in_oTCGHelper));
    }
    else if(Configuration.getOutputFormat() == Configuration.OUTPUTFORMAT.JAVA_PRIORITIZAION_ANALYSIS) {
      m_colOutputConfigurators.add(new TestCaseGraphOutputJavaPrioritizationAnalysis(in_oTCGHelper));
    }
    else if(Configuration.getOutputFormat() == Configuration.OUTPUTFORMAT.JAVA_PRIORITIZAION_ANALYSIS_ALL) {
View Full Code Here

TOP

Related Classes of net.sf.parteg.output.testgraph.languages.TestCaseGraphOutputJavaMutantAnalysis

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.