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

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


    if(Configuration.getOutputFormat() == Configuration.OUTPUTFORMAT.JUNIT_4_3) {
      m_colOutputConfigurators.add(new TestCaseGraphOutputJUnit_4_3(in_oTCGHelper));
    }
    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) {
View Full Code Here

TOP

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

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.