forked from loafle/openapi-generator-original
		
	* better handling of inline response schemas, bug fixes * update samples * add new files * better code format * remove unused ruby files * fix java test * remove unused js spec files * remove inline_response_default_test.dart * fix webclient tests * fix spring tests
		
			
				
	
	
		
			18 lines
		
	
	
		
			676 B
		
	
	
	
		
			PowerShell
		
	
	
	
	
	
			
		
		
	
	
			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 'PSFooGetDefaultResponse' {
 | 
						|
    Context 'PSFooGetDefaultResponse' {
 | 
						|
        It 'Initialize-PSFooGetDefaultResponse' {
 | 
						|
            # a simple test to create an object
 | 
						|
            #$NewObject = Initialize-PSFooGetDefaultResponse -String "TEST_VALUE"
 | 
						|
            #$NewObject | Should -BeOfType FooGetDefaultResponse
 | 
						|
            #$NewObject.property | Should -Be 0
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |