nermV2025/tests/Model/DelegationsPost201Response.Tests.ps1

#
# NERM API v2025
# The NERM API v2025 accesss and modifies resources in your environment.
# Version: 1.0.0
# Generated by OpenAPI Generator: https://openapi-generator.tech
#

Describe -tag 'PSSailpoint.NERMV2025' -name 'NERMV2025DelegationsPost201Response' {
    Context 'NERMV2025DelegationsPost201Response' {
        It 'Initialize-NERMV2025DelegationsPost201Response' {
            # a simple test to create an object
            #$NewObject = Initialize-NERMV2025DelegationsPost201Response -Delegation "TEST_VALUE"
            #$NewObject | Should -BeOfType DelegationsPost201Response
            #$NewObject.property | Should -Be 0
        }
    }
}