Package myTest

Class TestRunner

java.lang.Object
myTest.TestRunner

public class TestRunner extends Object
TestRunner class can be launched through command line to invoke all tests for myTest package. In fact it has a main method to initiate and run all the testing. It is based on JUnit framework. Main class to execute myTestz

  • Constructor Details

    • TestRunner

      public TestRunner()
  • Method Details

    • main

      public static void main(String[] args)
      Main method. TestRunner is designed to be launched through command line. Starting point for all testing.
      Parameters:
      args - - unused