Class FastStarter


  • public class FastStarter
    extends java.lang.Object
    This class serves as an entry point for the fast framework
    Since:
    1.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      FastStarter()  
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The entry point of application.
      • Methods inherited from class java.lang.Object

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

      • FastStarter

        public FastStarter()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        The entry point of application. Example input:
        --fastRunConfig FastRunConfig/fast-runconfig.properties --envRunConfig EnvRunConfig/env-runconfig.properties --testDriverRunConfig TestDriverRunConfig/test-driver-runconfig.properties
        Usage:
        --callerIdentity (a string; default: ""):
        The directory of the caller-identity.json file the notificationService will use to sendStatuses
        --envRunConfig (a string; default: ""):
        The full path to a envRunConfig properties file
        --fastRunConfig (a string; default: ""):
        The full path to a fastRunConfig properties file
        --testDriverRunConfig (a string; default: ""):
        The full path to a testDriverRunConfig properites file
        Parameters:
        args - the input arguments
        Throws:
        java.io.IOException - the io exception
        Since:
        1.0.0