Class AnalyticsModelingTestBase

    • Constructor Detail

      • AnalyticsModelingTestBase

        public AnalyticsModelingTestBase()
    • Method Detail

      • getImportClient

        protected ImportClient getImportClient​(String serverName,
                                               String serverPlatformRootURL,
                                               AuditLog auditLog,
                                               String testCaseName)
                                        throws FVTUnexpectedCondition
        Create and return a asset manager client.
        Parameters:
        serverName - name of the server to connect to
        serverPlatformRootURL - the network address of the server running the OMAS REST servers
        auditLog - logging destination
        testCaseName - name of calling test case
        Returns:
        client
        Throws:
        FVTUnexpectedCondition - the test case failed
      • getSynchronizationClient

        protected SynchronizationClient getSynchronizationClient​(String serverName,
                                                                 String serverPlatformRootURL,
                                                                 AuditLog auditLog,
                                                                 String testCaseName)
                                                          throws FVTUnexpectedCondition
        Create and return a glossary exchange client.
        Parameters:
        serverName - name of the server to connect to
        serverPlatformRootURL - the network address of the server running the OMAS REST servers
        auditLog - logging destination
        testCaseName - name of calling test case
        Returns:
        client
        Throws:
        FVTUnexpectedCondition - the test case failed
      • getRepositoryServiceClient

        protected RepositoryService getRepositoryServiceClient​(String serverName,
                                                               String userId,
                                                               String serverPlatformRootURL,
                                                               String testCaseName)
                                                        throws FVTUnexpectedCondition
        Create repository client.
        Parameters:
        serverName - name of the server to connect to
        userId - to run queries.
        serverPlatformRootURL - the network address of the server running the OMAS REST servers
        testCaseName - name of calling test case
        Returns:
        client
        Throws:
        FVTUnexpectedCondition - the test case failed