nerm/tests/Model/PageContentTranslation1.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 'NERMPageContentTranslation1' {
    Context 'NERMPageContentTranslation1' {
        It 'Initialize-NERMPageContentTranslation1' {
            # a simple test to create an object
            #$NewObject = Initialize-NERMPageContentTranslation1 -Uid "TEST_VALUE" -PageContentUid "TEST_VALUE" -PageContentId "TEST_VALUE" -Locale "TEST_VALUE" -Value "TEST_VALUE"
            #$NewObject | Should -BeOfType PageContentTranslation1
            #$NewObject.property | Should -Be 0
        }
    }
}