Class InvalidParameterTest
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetowner.fvt.errorhandling.InvalidParameterTest
-
public class InvalidParameterTest extends Object
InvalidParameterTest calls each non-constructor method with a series of null or invalid parameters. It ensures that InvalidParameterException is thrown.
-
-
Constructor Summary
Constructors Constructor Description InvalidParameterTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FVTResultsperformFVT(String serverName, String serverPlatformRootURL, String userId)Run all of the defined tests and capture the results.
-
-
-
Method Detail
-
performFVT
public static FVTResults 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:
- results of running test
-
-