Sha256: 3a8b5592b4d14f8b7f48b0ba56e71a6a679c2a2e126479ec420c10404d872a74

Contents?: true

Size: 2 KB

Versions: 31

Compression:

Stored size: 2 KB

Contents

=begin
#Pulp 3 API

#Fetch, Upload, Organize, and Distribute Software Packages

The version of the OpenAPI document: v3
Contact: pulp-list@redhat.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.3.1

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for PulpAnsibleClient::CollectionVersionSearchList
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'CollectionVersionSearchList' do
  before do
    # run before each test
    @instance = PulpAnsibleClient::CollectionVersionSearchList.new
  end

  after do
    # run after each test
  end

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

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

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

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

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

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

31 entries across 31 versions & 1 rubygems

Version Path
pulp_ansible_client-0.20.10 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.18.3 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.20.9 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.21.9 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.21.8 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.20.8 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.22.1 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.21.7 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.22.0 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.20.7 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.21.6 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.20.5 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.20.4 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.21.3 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.21.2 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.20.3 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.21.1 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.21.0 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.20.2 spec/models/collection_version_search_list_spec.rb
pulp_ansible_client-0.20.1 spec/models/collection_version_search_list_spec.rb