Sha256: c7d07b2938c162c357d6aa0d1739a3a080826da24f3464b2bd484b6e7aadfab3
Contents?: true
Size: 1.57 KB
Versions: 28
Compression:
Stored size: 1.57 KB
Contents
=begin #Site Manager API #Site Manager API The version of the OpenAPI document: 1.0.0 Contact: autosde@il.ibm.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.0.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for AutosdeOpenapiClient::RefreshSystem # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe AutosdeOpenapiClient::RefreshSystem do let(:instance) { AutosdeOpenapiClient::RefreshSystem.new } describe 'test an instance of RefreshSystem' do it 'should create an instance of RefreshSystem' do expect(instance).to be_instance_of(AutosdeOpenapiClient::RefreshSystem) end end describe 'test attribute "refresh_all_storage_systems"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "resource_type"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["all_system_components", "system_resources", "volumes", "hosts", "events"]) # validator.allowable_values.each do |value| # expect { instance.resource_type = value }.not_to raise_error # end end end describe 'test attribute "storage_system"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
28 entries across 28 versions & 1 rubygems