cc/tests/Model/CreateApplicationRequest.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 'CCCreateApplicationRequest' {
    Context 'CCCreateApplicationRequest' {
        It 'Initialize-CCCreateApplicationRequest' {
            # a simple test to create an object
            #$NewObject = Initialize-CCCreateApplicationRequest -Name "TEST_VALUE" -Description "TEST_VALUE"
            #$NewObject | Should -BeOfType CreateApplicationRequest
            #$NewObject.property | Should -Be 0
        }
    }
}