Sha256: 9030962aa34d948ff389bc7f2d2e50d60b6c6a1a08c1719e376372a4a955765e
Contents?: true
Size: 1.43 KB
Versions: 11
Compression:
Stored size: 1.43 KB
Contents
=begin #convertapi #Convert API lets you effortlessly convert file formats and types. OpenAPI spec version: v1 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.3.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for CloudmersiveConvertApiClient::FindStringRegexResponse # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'FindStringRegexResponse' do before do # run before each test @instance = CloudmersiveConvertApiClient::FindStringRegexResponse.new end after do # run after each test end describe 'test an instance of FindStringRegexResponse' do it 'should create an instance of FindStringRegexResponse' do expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::FindStringRegexResponse) 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 describe 'test attribute "match_count"' 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
11 entries across 11 versions & 1 rubygems