Class Main


  • public class Main
    extends java.lang.Object
    Test harness driver.
    Author:
    Kohsuke Kawaguchi
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static int doMain​(java.lang.String[] args)  
      static void main​(java.lang.String[] args)  
      int run()
      Heart of the test.
      • Methods inherited from class java.lang.Object

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

      • containerClasspathPrefix

        public static java.io.File[] containerClasspathPrefix
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

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

        public static int doMain​(java.lang.String[] args)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • run

        public int run()
                throws java.lang.Exception
        Heart of the test.
        Throws:
        java.lang.Exception