forked from loafle/openapi-generator-original
* add nullable case to spring test spec * generate samples for changed spring input * add nullable case to general test spec * generate samples for changed general input * generate samples again * generates samples again * re-build from new sources, generates samples again
18 lines
629 B
PowerShell
18 lines
629 B
PowerShell
#
|
|
# 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 'PSModelMapping' {
|
|
Context 'PSModelMapping' {
|
|
It 'Initialize-PSModelMapping' {
|
|
# a simple test to create an object
|
|
#$NewObject = Initialize-PSModelMapping -Name "TEST_VALUE"
|
|
#$NewObject | Should -BeOfType ModelMapping
|
|
#$NewObject.property | Should -Be 0
|
|
}
|
|
}
|
|
}
|