Class FVTSuiteBase


  • public abstract class FVTSuiteBase
    extends Object
    FVTSuiteBase provides the common functions for calling the Access Services FVT Test suite as a main program. It is used when running the test suite standalone (ie outside of the failsafe test framework).
    • Constructor Detail

      • FVTSuiteBase

        public FVTSuiteBase()
    • Method Detail

      • main

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

        protected abstract int performFVT​(String serverName,
                                          String serverPlatformRootURL,
                                          String userId)
        Run all of the defined tests and capture the results.
        Parameters:
        serverName - name of the server to connect to
        serverPlatformRootURL - the network address of the server running the OMAS REST servers
        userId - calling user
        Returns:
        combined results of running test