Sha256: e43bc71df982b54470e7ba61a67ff9460eee84f97102c654146f4d7880179668

Contents?: true

Size: 1.76 KB

Versions: 100

Compression:

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

  describe 'test an instance of SnapshotCreate' do
    it 'should create an instance of SnapshotCreate' do
      expect(instance).to be_instance_of(AutosdeOpenapiClient::SnapshotCreate)
    end
  end
  describe 'test attribute "component_state"' 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', ["PENDING_CREATION", "CREATED", "DELETED", "PENDING_DELETION", "MODIFICATION", "PENDING_MODIFICATION"])
      # validator.allowable_values.each do |value|
      #   expect { instance.component_state = value }.not_to raise_error
      # end
    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 "volume"' 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

100 entries across 100 versions & 2 rubygems

Version Path
autosde_openapi_client-1.1.15 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.14 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.13 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.12 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.11 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.10 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.9 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.8 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.7 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.6 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.5 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.4 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.3 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.2 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.1 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.1.0 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.0.51 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.0.50 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.0.49 spec/models/snapshot_create_spec.rb
autosde_openapi_client-1.0.48 spec/models/snapshot_create_spec.rb