Class DiscoveryEngineOMASFVTSuite
- java.lang.Object
-
- org.odpi.openmetadata.fvt.utilities.FVTSuiteBase
-
- org.odpi.openmetadata.accessservices.discoveryengine.fvt.DiscoveryEngineOMASFVTSuite
-
public class DiscoveryEngineOMASFVTSuite extends FVTSuiteBase
DiscoveryEngineOMASFVTSuite provides the main program for the Discovery Engine OMAS Functional Verification Tests (FVTs). It is used when running the test suite standalone (ie outside of the failsafe test framework).
-
-
Constructor Summary
Constructors Constructor Description DiscoveryEngineOMASFVTSuite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intperformFVT(String serverName, String serverPlatformRootURL, String userId)Run all of the defined tests and capture the results.-
Methods inherited from class org.odpi.openmetadata.fvt.utilities.FVTSuiteBase
main
-
-
-
-
Method Detail
-
performFVT
protected int performFVT(String serverName, String serverPlatformRootURL, String userId)
Run all of the defined tests and capture the results.- Specified by:
performFVTin classFVTSuiteBase- 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
-
-