Package randoop.main

Class Main

java.lang.Object
randoop.main.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.
  • Field Details

  • Constructor Details

    • Main

      public Main()
  • Method Details

    • 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