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
662 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 'PSTriangleInterface' {
Context 'PSTriangleInterface' {
It 'Initialize-PSTriangleInterface' {
# a simple test to create an object
#$NewObject = Initialize-PSTriangleInterface -TriangleType "TEST_VALUE"
#$NewObject | Should -BeOfType TriangleInterface
#$NewObject.property | Should -Be 0
}
}
}