# # 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 'PSPet' { Context 'PSPet' { It 'Initialize-PSPet' { # a simple test to create an object #$NewObject = Initialize-PSPet -Id "TEST_VALUE" -Category "TEST_VALUE" -Name "TEST_VALUE" -PhotoUrls "TEST_VALUE" -Tags "TEST_VALUE" -Status "TEST_VALUE" #$NewObject | Should -BeOfType Pet #$NewObject.property | Should -Be 0 } } }