Sha256: 292c5266eee58c5c3fe330788714983cd679b62a0fee1e52f4cfbc0cc01c5a41

Contents?: true

Size: 1.71 KB

Versions: 188

Compression:

Stored size: 1.71 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 PulpcoreClient::WorkerResponse
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'WorkerResponse' do
  before do
    # run before each test
    @instance = PulpcoreClient::WorkerResponse.new
  end

  after do
    # run after each test
  end

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

  describe 'test attribute "pulp_created"' 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 "last_heartbeat"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

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

188 entries across 188 versions & 1 rubygems

Version Path
pulpcore_client-3.28.36 spec/models/worker_response_spec.rb
pulpcore_client-3.22.35 spec/models/worker_response_spec.rb
pulpcore_client-3.22.34 spec/models/worker_response_spec.rb
pulpcore_client-3.28.35 spec/models/worker_response_spec.rb
pulpcore_client-3.28.34 spec/models/worker_response_spec.rb
pulpcore_client-3.22.33 spec/models/worker_response_spec.rb
pulpcore_client-3.22.32 spec/models/worker_response_spec.rb
pulpcore_client-3.28.33 spec/models/worker_response_spec.rb
pulpcore_client-3.21.35 spec/models/worker_response_spec.rb
pulpcore_client-3.22.31 spec/models/worker_response_spec.rb
pulpcore_client-3.21.34 spec/models/worker_response_spec.rb
pulpcore_client-3.21.33 spec/models/worker_response_spec.rb
pulpcore_client-3.22.30 spec/models/worker_response_spec.rb
pulpcore_client-3.28.32 spec/models/worker_response_spec.rb
pulpcore_client-3.28.31 spec/models/worker_response_spec.rb
pulpcore_client-3.28.30 spec/models/worker_response_spec.rb
pulpcore_client-3.22.29 spec/models/worker_response_spec.rb
pulpcore_client-3.21.32 spec/models/worker_response_spec.rb
pulpcore_client-3.22.28 spec/models/worker_response_spec.rb
pulpcore_client-3.21.31 spec/models/worker_response_spec.rb