Sha256: 53c4297a04bcfe84aba83a4515788d233d0b368b8277b20aaef143394a560f0a

Contents?: true

Size: 1.45 KB

Versions: 5

Compression:

Stored size: 1.45 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::ServiceUpdate
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe AutosdeOpenapiClient::ServiceUpdate do
  let(:instance) { AutosdeOpenapiClient::ServiceUpdate.new }

  describe 'test an instance of ServiceUpdate' do
    it 'should create an instance of ServiceUpdate' do
      expect(instance).to be_instance_of(AutosdeOpenapiClient::ServiceUpdate)
    end
  end
  describe 'test attribute "capability_id_list"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "description"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "name"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "resources"' 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

5 entries across 5 versions & 1 rubygems

Version Path
autosde_openapi_client-3.2.14 spec/models/service_update_spec.rb
autosde_openapi_client-3.2.13 spec/models/service_update_spec.rb
autosde_openapi_client-3.2.12 spec/models/service_update_spec.rb
autosde_openapi_client-3.2.11 spec/models/service_update_spec.rb
autosde_openapi_client-3.2.10 spec/models/service_update_spec.rb