Sha256: 88d250565847a7e81e1b7dff182ea1aba67da9ac680279b938953d610ae26ddb
Contents?: true
Size: 1.42 KB
Versions: 3
Compression:
Stored size: 1.42 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: 2.4.14 =end require 'spec_helper' require 'json' require 'date' # Unit tests for CloudmersiveBarcodeApiClient::BarcodeScanResult # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'BarcodeScanResult' do before do # run before each test @instance = CloudmersiveBarcodeApiClient::BarcodeScanResult.new end after do # run after each test end describe 'test an instance of BarcodeScanResult' do it 'should create an instance of BarcodeScanResult' do expect(@instance).to be_instance_of(CloudmersiveBarcodeApiClient::BarcodeScanResult) 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 "barcode_type"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "raw_text"' 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
3 entries across 3 versions & 1 rubygems