Index

A C D I M O P V 
All Classes and Interfaces|All Packages

A

AssetOwnerOMASFVTSuite - Class in org.odpi.openmetadata.accessservices.assetowner.fvt
AssetOwnerOMASFVT provides the main program for the Asset Owner OMAS Functional Verification Tests (FVTs).
AssetOwnerOMASFVTSuite() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.fvt.AssetOwnerOMASFVTSuite
 

C

ClientConstructorTest - Class in org.odpi.openmetadata.accessservices.assetowner.fvt.clientconstructors
ClientConstructorTest provides the methods to verify that all of the clients can be constructed with or without security
ClientConstructorTest() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.fvt.clientconstructors.ClientConstructorTest
 
CreateAssetTest - Class in org.odpi.openmetadata.accessservices.assetowner.fvt.assets
CreateAssetTest calls the AssetOwnerClient to create an asset with attachments and then retrieve the results.
CreateAssetTest() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.fvt.assets.CreateAssetTest
 
CreateConnectionTest - Class in org.odpi.openmetadata.accessservices.assetowner.fvt.connections
CreateConnectionTest calls the ConnectionClient to create a connection with endpoints and connectorTypes and then retrieve the results.
CreateConnectionTest() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.fvt.connections.CreateConnectionTest
 
CreateDatabaseTest - Class in org.odpi.openmetadata.accessservices.assetowner.fvt.dataassets
CreateDatabaseTest calls the AssetOwner client to create a database with schemas tables and columns and then retrieve the results.
CreateDatabaseTest() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.fvt.dataassets.CreateDatabaseTest
 
CreateSchemasTest - Class in org.odpi.openmetadata.accessservices.assetowner.fvt.dataassets
CreateSchemasTest builds complex schema structures.
CreateSchemasTest() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.fvt.dataassets.CreateSchemasTest
 

D

DuplicateAssetTest - Class in org.odpi.openmetadata.accessservices.assetowner.fvt.duplicateprocessing
CreateAssetTest calls the AssetOwnerClient to create an asset with attachments and then retrieve the results.
DuplicateAssetTest() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.fvt.duplicateprocessing.DuplicateAssetTest
 

I

InvalidParameterTest - Class in org.odpi.openmetadata.accessservices.assetowner.fvt.errorhandling
InvalidParameterTest calls each non-constructor method with a series of null or invalid parameters.
InvalidParameterTest() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.fvt.errorhandling.InvalidParameterTest
 

M

main(String[]) - Static method in class org.odpi.openmetadata.accessservices.assetowner.fvt.AssetOwnerOMASFVTSuite
Run the FVT Suite.

O

org.odpi.openmetadata.accessservices.assetowner.fvt - package org.odpi.openmetadata.accessservices.assetowner.fvt
 
org.odpi.openmetadata.accessservices.assetowner.fvt.assets - package org.odpi.openmetadata.accessservices.assetowner.fvt.assets
 
org.odpi.openmetadata.accessservices.assetowner.fvt.clientconstructors - package org.odpi.openmetadata.accessservices.assetowner.fvt.clientconstructors
This package tests that each of the clients support the five constructors and they execute without error.
org.odpi.openmetadata.accessservices.assetowner.fvt.connections - package org.odpi.openmetadata.accessservices.assetowner.fvt.connections
This package contains tests for managing connection metadata.
org.odpi.openmetadata.accessservices.assetowner.fvt.dataassets - package org.odpi.openmetadata.accessservices.assetowner.fvt.dataassets
This package contains tests for managing data asset metadata.
org.odpi.openmetadata.accessservices.assetowner.fvt.duplicateprocessing - package org.odpi.openmetadata.accessservices.assetowner.fvt.duplicateprocessing
 
org.odpi.openmetadata.accessservices.assetowner.fvt.errorhandling - package org.odpi.openmetadata.accessservices.assetowner.fvt.errorhandling
The error handling package of the Asset Owner OMAS FVT suite is focused on tests that validate error conditions such as invalid parameters.
org.odpi.openmetadata.accessservices.assetowner.fvt.validmetadatavalues - package org.odpi.openmetadata.accessservices.assetowner.fvt.validmetadatavalues
The valid metadata values package of the Asset Owner OMAS FVT suite tests the ability to set up and use sets of valid values for specific metadata properties.

P

performFVT(String, String) - Static method in class org.odpi.openmetadata.accessservices.assetowner.fvt.clientconstructors.ClientConstructorTest
Run all of the defined tests and capture the results.
performFVT(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.fvt.AssetOwnerOMASFVTSuite
Run all the defined tests and capture the results.
performFVT(String, String, String) - Static method in class org.odpi.openmetadata.accessservices.assetowner.fvt.assets.CreateAssetTest
Run all the defined tests and capture the results.
performFVT(String, String, String) - Static method in class org.odpi.openmetadata.accessservices.assetowner.fvt.connections.CreateConnectionTest
Run all the defined tests and capture the results.
performFVT(String, String, String) - Static method in class org.odpi.openmetadata.accessservices.assetowner.fvt.dataassets.CreateDatabaseTest
Run all the defined tests and capture the results.
performFVT(String, String, String) - Static method in class org.odpi.openmetadata.accessservices.assetowner.fvt.dataassets.CreateSchemasTest
Run all the defined tests and capture the results.
performFVT(String, String, String) - Static method in class org.odpi.openmetadata.accessservices.assetowner.fvt.duplicateprocessing.DuplicateAssetTest
Run all of the defined tests and capture the results.
performFVT(String, String, String) - Static method in class org.odpi.openmetadata.accessservices.assetowner.fvt.errorhandling.InvalidParameterTest
Run all of the defined tests and capture the results.
performFVT(String, String, String) - Static method in class org.odpi.openmetadata.accessservices.assetowner.fvt.validmetadatavalues.ValidMetadataValuesTest
Run all the defined tests and capture the results.

V

ValidMetadataValuesTest - Class in org.odpi.openmetadata.accessservices.assetowner.fvt.validmetadatavalues
ValidMetadataValuesTest sets up a list of valid values for the projectType property of ProjectCharter.
ValidMetadataValuesTest() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.fvt.validmetadatavalues.ValidMetadataValuesTest
 
A C D I M O P V 
All Classes and Interfaces|All Packages