Class RunAllFVTOn2Servers


  • public class RunAllFVTOn2Servers
    extends Object
    FVT resource to call Glossary Author View FVT resources on 2 in memory servers names Server1 and Server2.
    • Constructor Detail

      • RunAllFVTOn2Servers

        public RunAllFVTOn2Servers()
    • Method Detail

      • main

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

        public static String getUrl​(String[] args)
                             throws IOException
        This method gets the url that the tests will use to issue calls to the server.

        If arguments are supplied then the first parameter is used as a url.

        If no url is supplied then prompt the user to enter a valid url, enter means to use the default url.

        Parameters:
        args - arguments supplied
        Returns:
        the url to use on the calls to the server
        Throws:
        IOException - IO exception occurred while getting input from the user.