All Downloads are FREE. Search and download functionalities are using the official Maven repository.

powershell.api_test.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{> partial_header}}
Describe -tag '{{{packageName}}}' -name '{{{apiNamePrefix}}}{{{classname}}}' {
{{#operations}}
{{#operation}}
    Context '{{{vendorExtensions.x-powershell-method-name}}}' {
        It 'Test {{{vendorExtensions.x-powershell-method-name}}}' {
            #$TestResult = {{{vendorExtensions.x-powershell-method-name}}}{{#allParams}} -{{{paramName}}} "TEST_VALUE"{{/allParams}}
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

{{/operation}}
{{/operations}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy