Sha256: 246bcdb2159a158abb7832f5be00913a8e4b55a65ec1e6e1d459b88d3bb08f0a

Contents?: true

Size: 1.87 KB

Versions: 16

Compression:

Stored size: 1.87 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'

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

  after do
    # run after each test
  end

  describe 'test an instance of JobApi' do
    it 'should create an instance of JobApi' do
      expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::JobApi)
    end
  end

  # unit tests for jobs_get
  # @param [Hash] opts the optional parameters
  # @return [Array<JobResponse>]
  describe 'jobs_get test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  # unit tests for jobs_pk_delete
  # @param pk 
  # @param [Hash] opts the optional parameters
  # @return [Job]
  describe 'jobs_pk_delete test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  # unit tests for jobs_pk_get
  # @param pk 
  # @param [Hash] opts the optional parameters
  # @return [JobResponse]
  describe 'jobs_pk_get test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  # unit tests for jobs_post
  # @param job_create 
  # @param [Hash] opts the optional parameters
  # @return [Job]
  describe 'jobs_post test' 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

16 entries across 16 versions & 1 rubygems

Version Path
autosde_openapi_client-3.2.14 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.13 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.12 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.11 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.10 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.9 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.8 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.7 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.6 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.5 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.4 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.3 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.2 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.1 spec/api/job_api_spec.rb
autosde_openapi_client-3.2.0 spec/api/job_api_spec.rb
autosde_openapi_client-3.1.2 spec/api/job_api_spec.rb