nerm/tests/Api/NERMWorkflowsApi.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 'NERMNERMWorkflowsApi' {
    Context 'New-NERMAutomatedWorkflow' {
        It 'Test New-NERMAutomatedWorkflow' {
            #$TestResult = New-NERMAutomatedWorkflow -CreateAutomatedWorkflowRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'New-NERMBatchWorkflow' {
        It 'Test New-NERMBatchWorkflow' {
            #$TestResult = New-NERMBatchWorkflow -CreateBatchWorkflowRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'New-NERMCreateWorkflow' {
        It 'Test New-NERMCreateWorkflow' {
            #$TestResult = New-NERMCreateWorkflow -CreateCreateWorkflowRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'New-NERMLoginWorkflow' {
        It 'Test New-NERMLoginWorkflow' {
            #$TestResult = New-NERMLoginWorkflow -CreateLoginWorkflowRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'New-NERMPasswordUpdateWorkflow' {
        It 'Test New-NERMPasswordUpdateWorkflow' {
            #$TestResult = New-NERMPasswordUpdateWorkflow -CreateLoginWorkflowRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'New-NERMRegistrationWorkflow' {
        It 'Test New-NERMRegistrationWorkflow' {
            #$TestResult = New-NERMRegistrationWorkflow -CreateCreateWorkflowRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'New-NERMUpdateWorkflow' {
        It 'Test New-NERMUpdateWorkflow' {
            #$TestResult = New-NERMUpdateWorkflow -CreateUpdateWorkflowRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

}