Sha256: f0df976d24b58a2073117b103ce35109b9b3676e7dc8d30a037b9202bc9ae5d1
Contents?: true
Size: 2 KB
Versions: 4
Compression:
Stored size: 2 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' require 'date' # Unit tests for AsposeCellsCloud::ColorScale # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'ColorScale' do before do # run before each test @instance = AsposeCellsCloud::ColorScale.new end after do # run after each test end describe 'test an instance of ColorScale' do it 'should create an instance of ColorScale' do expect(@instance).to be_instance_of(AsposeCellsCloud::ColorScale) end end describe 'test attribute "max_cfvo"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "mid_color"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "min_color"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "mid_cfvo"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "min_cfvo"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "max_color"' 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
4 entries across 4 versions & 1 rubygems