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 of the failsafe test framework).
-
-
Constructor Summary
Constructors Constructor Description FVTSuiteBase()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)protected abstract intperformFVT(String serverName, String serverPlatformRootURL, String userId)Run all of the defined tests and capture the results.
-
-
-
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 toserverPlatformRootURL- the network address of the server running the OMAS REST serversuserId- calling user- Returns:
- combined results of running test
-
-