Class All


  • public class All
    extends TestSuite
    All the tests in this directory.
    Version:
    $Id$
    Author:
    John Reekie
    • Constructor Detail

      • All

        public All​(TestHarness harness)
        Constructor.
    • Method Detail

      • runSuite

        public void runSuite()
        Run all the tests.
        Specified by:
        runSuite in class TestSuite
      • main

        public static void main​(java.lang.String[] argv)
        Create a default test harness and run all tests on it.
        Parameters:
        argv - The arguments, currently ignored.