nerm/tests/Model/FormAttribute.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 'NERMFormAttribute' { Context 'NERMFormAttribute' { It 'Initialize-NERMFormAttribute' { # a simple test to create an object #$NewObject = Initialize-NERMFormAttribute -FormId "TEST_VALUE" -NeAttributeId "TEST_VALUE" -AttrType "TEST_VALUE" -Order "TEST_VALUE" -Id "TEST_VALUE" -CreatedAt "TEST_VALUE" -UpdatedAt "TEST_VALUE" #$NewObject | Should -BeOfType FormAttribute #$NewObject.property | Should -Be 0 } } } |