Package com.google.test.metric.report.about

Examples of com.google.test.metric.report.about.AboutTestabilityReport


      case html:
        reportModel = new HtmlReportModel(costModel, analysisModel, options);
        break;

      case about:
        reportModel = new AboutTestabilityReport(issuesReporter, sourceLoader);
        break;

      default:
        reportModel = null;
    }
View Full Code Here

TOP

Related Classes of com.google.test.metric.report.about.AboutTestabilityReport

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.