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

powershell.model_test.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{> partial_header}}
{{#models}}
{{#model}}
Describe -tag '{{{packageName}}}' -name '{{{apiNamePrefix}}}{{{classname}}}' {
    Context '{{{apiNamePrefix}}}{{{classname}}}' {
        It 'Initialize-{{{apiNamePrefix}}}{{{classname}}}' {
            # a simple test to create an object
            #$NewObject = Initialize-{{{apiNamePrefix}}}{{{classname}}}{{#vars}} -{{name}} "TEST_VALUE"{{/vars}}
            #$NewObject | Should -BeOfType {{classname}}
            #$NewObject.property | Should -Be 0
        }
    }
}
{{/model}}
{{/models}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy