Package randoop.main

Class Main


  • public class Main
    extends Object
    Main entry point for Randoop. Asks the command handlers who can handle the command given by the user, and passes control to whoever does.
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(String[] args)
      • nonStaticMain

        public void nonStaticMain​(String[] args)
        The real entry point of Main.
        Parameters:
        args - the command-line arguments