nerm/tests/Model/AutomatedWorkflowConditionRulesAttributesInner.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 'NERMAutomatedWorkflowConditionRulesAttributesInner' {
    Context 'NERMAutomatedWorkflowConditionRulesAttributesInner' {
        It 'Initialize-NERMAutomatedWorkflowConditionRulesAttributesInner' {
            # a simple test to create an object
            #$NewObject = Initialize-NERMAutomatedWorkflowConditionRulesAttributesInner -LogicalOperator "TEST_VALUE" -ComparisonOperator "TEST_VALUE" -ConditionObjectId "TEST_VALUE" -ConditionObjectType "TEST_VALUE" -SecondaryValue "TEST_VALUE" -TertiaryValue "TEST_VALUE" -Value "TEST_VALUE" -Order "TEST_VALUE" -Type "TEST_VALUE"
            #$NewObject | Should -BeOfType AutomatedWorkflowConditionRulesAttributesInner
            #$NewObject.property | Should -Be 0
        }
    }
}