Class DigitalArchitectureOMASFVTSuite
- java.lang.Object
-
- org.odpi.openmetadata.fvt.utilities.FVTSuiteBase
-
- org.odpi.openmetadata.accessservices.digitalarchitecture.fvt.DigitalArchitectureOMASFVTSuite
-
public class DigitalArchitectureOMASFVTSuite extends FVTSuiteBase
DigitalArchitectureOMASFVT provides the main program for the Digital Architecture OMAS Functional Verification Tests (FVTs).
-
-
Constructor Summary
Constructors Constructor Description DigitalArchitectureOMASFVTSuite()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Run the FVT Suite.intperformFVT(String serverName, String serverPlatformRootURL, String userId)Run all the defined tests and capture the results.-
Methods inherited from class org.odpi.openmetadata.fvt.utilities.FVTSuiteBase
getServerName, getUrl, getUserId
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
Run the FVT Suite.- Parameters:
args- user input
-
performFVT
public int performFVT(String serverName, String serverPlatformRootURL, String userId)
Run all 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
-
-