Class ForkedBooter


  • public final class ForkedBooter
    extends java.lang.Object
    The part of the booter that is unique to a forked vm.
    Deals with deserialization of the booter wire-level protocol
    Author:
    Jason van Zyl, Emmanuel Venisse, Kristian Rosenvold
    • Constructor Summary

      Constructors 
      Constructor Description
      ForkedBooter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      This method is invoked when Surefire is forked - this method parses and organizes the arguments passed to it and then calls the Surefire class' run method.
      • Methods inherited from class java.lang.Object

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

      • ForkedBooter

        public ForkedBooter()
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
        This method is invoked when Surefire is forked - this method parses and organizes the arguments passed to it and then calls the Surefire class' run method.
        The system exit code will be 1 if an exception is thrown.
        Parameters:
        args - Commandline arguments