Package org.apache.maven.surefire.report

Examples of org.apache.maven.surefire.report.ConsoleLogger.info()


  {
    final String message = "Concurrency config is " + jUnitCoreParameters.toString() + "\n";
    final ReporterFactory reporterFactory = providerParameters.getReporterFactory();

    final ConsoleLogger consoleLogger = providerParameters.getConsoleLogger();
    consoleLogger.info( message );

    Filter filter = jUnit48Reflector.isJUnit48Available() ? createJUnit48Filter() : null;

    if ( testsToRun == null )
    {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.