Class Main


  • public class Main
    extends java.lang.Object
    Command line launcher for Technology Compatibility Kit (TCK).
    See Also:
    TCK
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main class of the TCK.
      static void run​(Reporter reporter)
      Run the full test suite using standard Objenesis instances
      • Methods inherited from class java.lang.Object

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

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main class of the TCK. Can also be called as a normal method from an application server.
        Parameters:
        args - No parameters are required
      • run

        public static void run​(Reporter reporter)
        Run the full test suite using standard Objenesis instances
        Parameters:
        reporter - result are recorded in the reporter