mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
Add powershell echo test, rename api key names (#17043)
* add powershell echo test, rename api key names * update
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# Echo Server API
|
||||
# Echo Server API
|
||||
# Version: 0.1.0
|
||||
# Contact: team@openapitools.org
|
||||
# Generated by OpenAPI Generator: https://openapi-generator.tech
|
||||
#
|
||||
|
||||
Describe -tag 'PSOpenAPITools' -name 'AuthApi' {
|
||||
Context 'Test-AuthHttpBasic' {
|
||||
It 'Test Test-AuthHttpBasic' {
|
||||
#$TestResult = Test-AuthHttpBasic
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
#
|
||||
# Echo Server API
|
||||
# Echo Server API
|
||||
# Version: 0.1.0
|
||||
# Contact: team@openapitools.org
|
||||
# Generated by OpenAPI Generator: https://openapi-generator.tech
|
||||
#
|
||||
|
||||
Describe -tag 'PSOpenAPITools' -name 'BodyApi' {
|
||||
Context 'Test-BinaryGif' {
|
||||
It 'Test Test-BinaryGif' {
|
||||
#$TestResult = Test-BinaryGif
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-BodyApplicationOctetstreamBinary' {
|
||||
It 'Test Test-BodyApplicationOctetstreamBinary' {
|
||||
#$TestResult = Test-BodyApplicationOctetstreamBinary -Body "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-BodyMultipartFormdataArrayOfBinary' {
|
||||
It 'Test Test-BodyMultipartFormdataArrayOfBinary' {
|
||||
#$TestResult = Test-BodyMultipartFormdataArrayOfBinary -Files "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-EchoBodyFreeFormObjectResponseString' {
|
||||
It 'Test Test-EchoBodyFreeFormObjectResponseString' {
|
||||
#$TestResult = Test-EchoBodyFreeFormObjectResponseString -Body "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-EchoBodyPet' {
|
||||
It 'Test Test-EchoBodyPet' {
|
||||
#$TestResult = Test-EchoBodyPet -Pet "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-EchoBodyPetResponseString' {
|
||||
It 'Test Test-EchoBodyPetResponseString' {
|
||||
#$TestResult = Test-EchoBodyPetResponseString -Pet "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-EchoBodyTagResponseString' {
|
||||
It 'Test Test-EchoBodyTagResponseString' {
|
||||
#$TestResult = Test-EchoBodyTagResponseString -Tag "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-EchoBodyAllOfPet' {
|
||||
It 'Test Test-EchoBodyAllOfPet' {
|
||||
#$TestResult = Test-EchoBodyAllOfPet -Pet "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
#
|
||||
# Echo Server API
|
||||
# Echo Server API
|
||||
# Version: 0.1.0
|
||||
# Contact: team@openapitools.org
|
||||
# Generated by OpenAPI Generator: https://openapi-generator.tech
|
||||
#
|
||||
|
||||
Describe -tag 'PSOpenAPITools' -name 'FormApi' {
|
||||
Context 'Test-FormIntegerBooleanString' {
|
||||
It 'Test Test-FormIntegerBooleanString' {
|
||||
#$TestResult = Test-FormIntegerBooleanString -IntegerForm "TEST_VALUE" -BooleanForm "TEST_VALUE" -StringForm "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-FormOneof' {
|
||||
It 'Test Test-FormOneof' {
|
||||
#$TestResult = Test-FormOneof -Form1 "TEST_VALUE" -Form2 "TEST_VALUE" -Form3 "TEST_VALUE" -Form4 "TEST_VALUE" -Id "TEST_VALUE" -Name "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# Echo Server API
|
||||
# Echo Server API
|
||||
# Version: 0.1.0
|
||||
# Contact: team@openapitools.org
|
||||
# Generated by OpenAPI Generator: https://openapi-generator.tech
|
||||
#
|
||||
|
||||
Describe -tag 'PSOpenAPITools' -name 'HeaderApi' {
|
||||
Context 'Test-HeaderIntegerBooleanStringEnums' {
|
||||
It 'Test Test-HeaderIntegerBooleanStringEnums' {
|
||||
#$TestResult = Test-HeaderIntegerBooleanStringEnums -IntegerHeader "TEST_VALUE" -BooleanHeader "TEST_VALUE" -StringHeader "TEST_VALUE" -EnumNonrefStringHeader "TEST_VALUE" -EnumRefStringHeader "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# Echo Server API
|
||||
# Echo Server API
|
||||
# Version: 0.1.0
|
||||
# Contact: team@openapitools.org
|
||||
# Generated by OpenAPI Generator: https://openapi-generator.tech
|
||||
#
|
||||
|
||||
Describe -tag 'PSOpenAPITools' -name 'PathApi' {
|
||||
Context 'Test-sPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath' {
|
||||
It 'Test Test-sPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath' {
|
||||
#$TestResult = Test-sPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath -PathString "TEST_VALUE" -PathInteger "TEST_VALUE" -EnumNonrefStringPath "TEST_VALUE" -EnumRefStringPath "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
#
|
||||
# Echo Server API
|
||||
# Echo Server API
|
||||
# Version: 0.1.0
|
||||
# Contact: team@openapitools.org
|
||||
# Generated by OpenAPI Generator: https://openapi-generator.tech
|
||||
#
|
||||
|
||||
Describe -tag 'PSOpenAPITools' -name 'QueryApi' {
|
||||
Context 'Test-EnumRefString' {
|
||||
It 'Test Test-EnumRefString' {
|
||||
#$TestResult = Test-EnumRefString -EnumNonrefStringQuery "TEST_VALUE" -EnumRefStringQuery "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-QueryDatetimeDateString' {
|
||||
It 'Test Test-QueryDatetimeDateString' {
|
||||
#$TestResult = Test-QueryDatetimeDateString -DatetimeQuery "TEST_VALUE" -DateQuery "TEST_VALUE" -StringQuery "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-QueryIntegerBooleanString' {
|
||||
It 'Test Test-QueryIntegerBooleanString' {
|
||||
#$TestResult = Test-QueryIntegerBooleanString -IntegerQuery "TEST_VALUE" -BooleanQuery "TEST_VALUE" -StringQuery "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-QueryStyleDeepObjectExplodeTrueObject' {
|
||||
It 'Test Test-QueryStyleDeepObjectExplodeTrueObject' {
|
||||
#$TestResult = Test-QueryStyleDeepObjectExplodeTrueObject -QueryObject "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-QueryStyleDeepObjectExplodeTrueObjectAllOf' {
|
||||
It 'Test Test-QueryStyleDeepObjectExplodeTrueObjectAllOf' {
|
||||
#$TestResult = Test-QueryStyleDeepObjectExplodeTrueObjectAllOf -QueryObject "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-QueryStyleFormExplodeTrueArrayString' {
|
||||
It 'Test Test-QueryStyleFormExplodeTrueArrayString' {
|
||||
#$TestResult = Test-QueryStyleFormExplodeTrueArrayString -QueryObject "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-QueryStyleFormExplodeTrueObject' {
|
||||
It 'Test Test-QueryStyleFormExplodeTrueObject' {
|
||||
#$TestResult = Test-QueryStyleFormExplodeTrueObject -QueryObject "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Test-QueryStyleFormExplodeTrueObjectAllOf' {
|
||||
It 'Test Test-QueryStyleFormExplodeTrueObjectAllOf' {
|
||||
#$TestResult = Test-QueryStyleFormExplodeTrueObjectAllOf -QueryObject "TEST_VALUE"
|
||||
#$TestResult | Should -BeOfType TODO
|
||||
#$TestResult.property | Should -Be 0
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user