Sha256: bc1afcf902e2985dc68b9afdc3f2ad5e6e421bedc616fe79761db2dfc15731c6

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

=begin
#barcodeapi

#Barcode APIs let you generate barcode images, and recognize values from images of barcodes.

OpenAPI spec version: v1

Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: unset

=end

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

# Unit tests for CloudmersiveBarcodeApiClient::BarcodeLookupResponse
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'BarcodeLookupResponse' do
  before do
    # run before each test
    @instance = CloudmersiveBarcodeApiClient::BarcodeLookupResponse.new
  end

  after do
    # run after each test
  end

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

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

1 entries across 1 versions & 1 rubygems

Version Path
cloudmersive-barcode-api-client-1.2.9 ./spec/models/barcode_lookup_response_spec.rb