Class TestCase22

    • Constructor Detail

      • TestCase22

        public TestCase22()
        The default constructor.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main method. Just calls AbstractTestCase.runTest(), which catches and prints exceptions.
      • run

        public void run()
                 throws java.lang.Exception
        Run the test.
        Specified by:
        run in interface TestCase
        Overrides:
        run in class TestCase21
        Throws:
        java.lang.Exception