All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pantsbuild.tools.junit.ConsoleRunner Maven / Gradle / Ivy

Go to download

A command line tool for running junit tests that provides functionality above and beyond that provided by org.junit.runner.JUnitCore.

There is a newer version: 1.0.30
Show newest version
package org.pantsbuild.tools.junit;

import org.pantsbuild.tools.junit.impl.ConsoleRunnerImpl;

/**
 * Main entry point for the junit-runner task.
 *
 * All implementation classes have been moved to sub-packages to they can be shaded.
 */
public class ConsoleRunner {
  public static void main(String args[]) {
    ConsoleRunnerImpl.main(args);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy