William Cheng 372894dd1d
Add powershell echo test, rename api key names (#17043)
* add powershell echo test, rename api key names

* update
2023-11-13 00:09:46 +08:00

75 lines
2.8 KiB
PowerShell

#
# 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
}
}
}