# # OpenAPI Petstore # This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: "" \ # Version: 1.0.0 # Generated by OpenAPI Generator: https://openapi-generator.tech # Describe -tag 'PSPetstore' -name 'PSModel200Response' { Context 'PSModel200Response' { It 'Initialize-PSModel200Response' { # a simple test to create an object #$NewObject = Initialize-PSModel200Response -Name "TEST_VALUE" -Class "TEST_VALUE" #$NewObject | Should -BeOfType Model200Response #$NewObject.property | Should -Be 0 } } }