Class FVTSuiteBase
java.lang.Object
org.odpi.openmetadata.fvt.utilities.FVTSuiteBase
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intperformFVT(String serverName, String serverPlatformRootURL, String userId) Run all the defined tests and capture the results.
-
Constructor Details
-
FVTSuiteBase
public FVTSuiteBase()
-
-
Method Details
-
performFVT
Run all the defined tests and capture the results.- Parameters:
serverName- name of the server to connect toserverPlatformRootURL- the network address of the server running the OMAS REST serversuserId- calling user- Returns:
- combined results of running test
-