Sha256: 6cb8a6de512ebbed6bfeacf23b85c007ef6508a62dfda61f28df25b48511d558
Contents?: true
Size: 1.19 KB
Versions: 12
Compression:
Stored size: 1.19 KB
Contents
=begin #Web API Swagger specification #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: 1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.3.0-SNAPSHOT =end require 'spec_helper' require 'json' # Unit tests for AsposeCellsCloud::CellsApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'LightCellsApi' do before do @instance = AsposeCellsCloud::LightCellsApi.new($client_id,$client_secret,$api_version,$baseurl) $VERBOSE = nil end after do # run after each test end describe 'lite_cells_unit split object test' do it "should work" do files = {} name = $DataSourceXlsx files[name] = ::File.open(File.expand_path("data/"+name),"r") name =$AssemblyTestXlsx files[name] = ::File.open(File.expand_path("data/"+name),"r") result = @instance.post_split(files ,'png' ) # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
12 entries across 12 versions & 1 rubygems