Package org.apache.maven.plugin.surefire

Examples of org.apache.maven.plugin.surefire.StartupReportConfiguration


    private final static String ERROR = "error";

    public void testMergeTestHistoryResult()
    {
        StartupReportConfiguration reportConfig = new StartupReportConfiguration( true, true, "PLAIN", false, false, new File("target"), false, null, "TESTHASH",
                                                                                                 false, 1 );

        DefaultReporterFactory factory = new DefaultReporterFactory( reportConfig );

        // First run, four tests failed and one passed
View Full Code Here

TOP

Related Classes of org.apache.maven.plugin.surefire.StartupReportConfiguration

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.