Class SimpleTestRunner


  • public class SimpleTestRunner
    extends java.lang.Object
    Simple GUI tool to run a Test. This tool takes a class name parameter as an input and provides a GUI to run an instance of the test. The generated TestReport is printed to the standard output with the SimpleTestReportProcessor
    Version:
    $Id: SimpleTestRunner.java 1810083 2017-09-29 10:39:45Z ssteiner $
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ERROR_CLASS_CAST

        public static final java.lang.String ERROR_CLASS_CAST
        Error Messages.
        See Also:
        Constant Field Values
      • ERROR_CLASS_NOT_FOUND

        public static final java.lang.String ERROR_CLASS_NOT_FOUND
        See Also:
        Constant Field Values
      • ERROR_INSTANTIATION

        public static final java.lang.String ERROR_INSTANTIATION
        See Also:
        Constant Field Values
      • ERROR_ILLEGAL_ACCESS

        public static final java.lang.String ERROR_ILLEGAL_ACCESS
        See Also:
        Constant Field Values
    • Constructor Detail

      • SimpleTestRunner

        public SimpleTestRunner()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception