# # 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 'PSMapTest' { Context 'PSMapTest' { It 'Initialize-PSMapTest' { # a simple test to create an object #$NewObject = Initialize-PSMapTest -MapMapOfString "TEST_VALUE" -MapOfEnumString "TEST_VALUE" -DirectMap "TEST_VALUE" -IndirectMap "TEST_VALUE" #$NewObject | Should -BeOfType MapTest #$NewObject.property | Should -Be 0 } } }