nerm/tests/Model/GetIdentityProofingResults200Response.Tests.ps1

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

Describe -tag 'PSSailpoint.NERM' -name 'NERMGetIdentityProofingResults200Response' {
    Context 'NERMGetIdentityProofingResults200Response' {
        It 'Initialize-NERMGetIdentityProofingResults200Response' {
            # a simple test to create an object
            #$NewObject = Initialize-NERMGetIdentityProofingResults200Response -IdentityProofingResults "TEST_VALUE" -Metadata "TEST_VALUE"
            #$NewObject | Should -BeOfType GetIdentityProofingResults200Response
            #$NewObject.property | Should -Be 0
        }
    }
}