=begin #Subskribe API #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: 1.0.0 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.41 =end require 'spec_helper' require 'json' require 'date' # Unit tests for SubskribeSandboxClient::DataImport # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'DataImport' do before do # run before each test @instance = SubskribeSandboxClient::DataImport.new end after do # run after each test end describe 'test an instance of DataImport' do it 'should create an instance of DataImport' do expect(@instance).to be_instance_of(SubskribeSandboxClient::DataImport) end end describe 'test attribute "import_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "entity_ids"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "file_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 "file_type"' 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', ["CSV"]) # validator.allowable_values.each do |value| # expect { @instance.file_type = value }.not_to raise_error # end end end describe 'test attribute "file_size_bytes"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "row_count"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "imported_by"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "imported_on"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "domain"' 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', ["CATALOG", "ACCOUNT", "ORDER", "USAGE", "BULK_ACCOUNT_UPDATE", "BULK_ORDER_UPDATE", "BULK_SUBSCRIPTION_UPDATE", "BULK_PRODUCT_UPDATE", "BULK_PLAN_UPDATE"]) # validator.allowable_values.each do |value| # expect { @instance.domain = value }.not_to raise_error # end end end describe 'test attribute "operation"' 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', ["CREATE", "UPDATE"]) # validator.allowable_values.each do |value| # expect { @instance.operation = value }.not_to raise_error # end end end describe 'test attribute "status"' 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', ["VALIDATED", "PROCESSING", "SUCCESSFUL", "FAILED", "PARTIALLY_SUCCESSFUL"]) # validator.allowable_values.each do |value| # expect { @instance.status = value }.not_to raise_error # end end end describe 'test attribute "completed_on"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end