Package org.candlepin.gutterball.report

Examples of org.candlepin.gutterball.report.ReportFactory


        protected void configureTest() {
            Set<Report> reports = new HashSet<Report>();
            reports.add(MOCK_REPORT);
            reports.add(mockReport("test_report_2", "DESC_2"));

            ReportFactory factory = new ReportFactory(reports);
            bind(ReportFactory.class).toInstance(factory);
        }
View Full Code Here

TOP

Related Classes of org.candlepin.gutterball.report.ReportFactory

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.