forked from loafle/openapi-generator-original
18 lines
605 B
PowerShell
18 lines
605 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 'PSPSAnotherFakeApi' {
|
|
Context 'Invoke-PS123TestSpecialTags' {
|
|
It 'Test Invoke-PS123TestSpecialTags' {
|
|
#$TestResult = Invoke-PS123TestSpecialTags -Client "TEST_VALUE"
|
|
#$TestResult | Should -BeOfType TODO
|
|
#$TestResult.property | Should -Be 0
|
|
}
|
|
}
|
|
|
|
}
|