=begin #Avalara Shipping Verification for Beverage Alcohol #API for evaluating transactions against direct-to-consumer Beverage Alcohol shipping regulations. This API is currently in beta. The version of the OpenAPI document: 2.1.0-beta Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.3.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for AvalaraSdk::ErrorDetailsError # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe AvalaraSdk::ErrorDetailsError do let(:instance) { AvalaraSdk::ErrorDetailsError.new } describe 'test an instance of ErrorDetailsError' do it 'should create an instance of ErrorDetailsError' do expect(instance).to be_instance_of(AvalaraSdk::ErrorDetailsError) end end describe 'test attribute "code"' 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', ["AuthenticationException", "SubscriptionRequired", "ServerConfiguration", "InvalidAddress", "EntityNotFoundError"]) # validator.allowable_values.each do |value| # expect { instance.code = value }.not_to raise_error # end end end describe 'test attribute "message"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "details"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end