cc/tests/Api/CCApplicationsApi.Tests.ps1

#
# IdentityNow cc (private) APIs
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
# Version: 1.0.0
# Generated by OpenAPI Generator: https://openapi-generator.tech
#

Describe -tag 'PSSailpointCC' -name 'CCCCApplicationsApi' {
    Context 'New-CCApplication' {
        It 'Test New-CCApplication' {
            #$TestResult = New-CCApplication -CreateApplicationRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Remove-CCApplication' {
        It 'Test Remove-CCApplication' {
            #$TestResult = Remove-CCApplication -Id "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-CCApplication' {
        It 'Test Get-CCApplication' {
            #$TestResult = Get-CCApplication -Id "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-CCApplicationAccessProfiles' {
        It 'Test Get-CCApplicationAccessProfiles' {
            #$TestResult = Get-CCApplicationAccessProfiles -Id "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-CCApplications' {
        It 'Test Get-CCApplications' {
            #$TestResult = Get-CCApplications
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Update-CCApplication' {
        It 'Test Update-CCApplication' {
            #$TestResult = Update-CCApplication -Id "TEST_VALUE" -UpdateApplicationRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

}