OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
|
|
#
|
||
|
|
# Echo Server API
|
||
|
|
# Echo Server API
|
||
|
|
# Version: 0.1.0
|
||
|
|
# Contact: team@openapitools.org
|
||
|
|
# Generated by OpenAPI Generator: https://openapi-generator.tech
|
||
|
|
#
|
||
|
|
|
||
|
|
Describe -tag 'PSOpenAPITools' -name 'TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter' {
|
||
|
|
Context 'TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter' {
|
||
|
|
It 'Initialize-TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter' {
|
||
|
|
# a simple test to create an object
|
||
|
|
#$NewObject = Initialize-TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter -Size "TEST_VALUE" -Color "TEST_VALUE" -Id "TEST_VALUE" -Name "TEST_VALUE"
|
||
|
|
#$NewObject | Should -BeOfType TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter
|
||
|
|
#$NewObject.property | Should -Be 0
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|