William Cheng a7e92786df
[PowerShell] add more tests to powershell client (#12057)
* add more tests to powershell client

* update spec

* update method name

* add new file
2022-04-06 10:24:32 +08:00

18 lines
676 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 'PSFruitReq' {
Context 'PSFruitReq' {
It 'Initialize-PSFruitReq' {
# a simple test to create an object
#$NewObject = Initialize-PSFruitReq -Cultivar "TEST_VALUE" -Mealy "TEST_VALUE" -LengthCm "TEST_VALUE" -Sweet "TEST_VALUE"
#$NewObject | Should -BeOfType FruitReq
#$NewObject.property | Should -Be 0
}
}
}