Class CmdLineIpsTestRunner

  • All Implemented Interfaces:
    IpsTestListener

    public class CmdLineIpsTestRunner
    extends AbstractIpsTestRunner
    Command line test runner. Writes the result of the test run to the command line.
    Author:
    Joerg Ortmann
    • Constructor Detail

      • CmdLineIpsTestRunner

        public CmdLineIpsTestRunner​(java.lang.String repositoryPackages)
        Parameters:
        repositoryPackages - package name of the classpath repository
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        The entry point for the command line test runner. The arguments are: args[0]: package name of the classpath repository args[1]: Name of the testsuite to run args[2]: additional classpath repositories (to find objects in the runtime environment)
      • testStarted

        public void testStarted​(IpsTest2 test)
      • testFinished

        public void testFinished​(IpsTest2 test)
      • testFailureOccured

        public void testFailureOccured​(IpsTestFailure failure)