Class FVTSuiteBase

java.lang.Object
org.odpi.openmetadata.fvt.utilities.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 the failsafe test framework).
  • Constructor Details

    • FVTSuiteBase

      public FVTSuiteBase()
  • Method Details

    • performFVT

      public abstract int performFVT(String serverName, String serverPlatformRootURL, String userId)
      Run all 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