# # 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 'PSAdditionalPropertiesClass' { Context 'PSAdditionalPropertiesClass' { It 'Initialize-PSAdditionalPropertiesClass' { # a simple test to create an object #$NewObject = Initialize-PSAdditionalPropertiesClass -MapProperty "TEST_VALUE" -MapOfMapProperty "TEST_VALUE" -Anytype1 "TEST_VALUE" -MapWithUndeclaredPropertiesAnytype1 "TEST_VALUE" -MapWithUndeclaredPropertiesAnytype2 "TEST_VALUE" -MapWithUndeclaredPropertiesAnytype3 "TEST_VALUE" -EmptyMap "TEST_VALUE" -MapWithUndeclaredPropertiesString "TEST_VALUE" #$NewObject | Should -BeOfType AdditionalPropertiesClass #$NewObject.property | Should -Be 0 } } }