Sha256: 73318d977464b6ea06b6f3e0bff8b30c1d9cbad7c0b211d870406dd54e173e0e

Contents?: true

Size: 1.78 KB

Versions: 11

Compression:

Stored size: 1.78 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::FindRegexMatch
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'FindRegexMatch' do
  before do
    # run before each test
    @instance = CloudmersiveConvertApiClient::FindRegexMatch.new
  end

  after do
    # run after each test
  end

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

  describe 'test attribute "character_offset_end"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "containing_line"' 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_value"' 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_groups"' 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

Version Path
cloudmersive-convert-api-client-1.7.8 ./spec/models/find_regex_match_spec.rb
cloudmersive-convert-api-client-1.7.7 ./spec/models/find_regex_match_spec.rb
cloudmersive-convert-api-client-1.7.6 ./spec/models/find_regex_match_spec.rb
cloudmersive-convert-api-client-1.7.5 ./spec/models/find_regex_match_spec.rb
cloudmersive-convert-api-client-1.7.4 ./spec/models/find_regex_match_spec.rb
cloudmersive-convert-api-client-1.7.3 ./spec/models/find_regex_match_spec.rb
cloudmersive-convert-api-client-1.7.2 ./spec/models/find_regex_match_spec.rb
cloudmersive-convert-api-client-1.7.1 ./spec/models/find_regex_match_spec.rb
cloudmersive-convert-api-client-1.7.0 ./spec/models/find_regex_match_spec.rb
cloudmersive-convert-api-client-1.6.9 ./spec/models/find_regex_match_spec.rb
cloudmersive-convert-api-client-1.6.8 ./spec/models/find_regex_match_spec.rb