Sha256: 9a6de9f735c969f6194a0e4460bd2d02af52a3e05b97caed24db25d98570f702

Contents?: true

Size: 1.44 KB

Versions: 6

Compression:

Stored size: 1.44 KB

Contents

=begin
#validateapi

#The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.

OpenAPI spec version: v1

Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: unset

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for CloudmersiveValidateApiClient::FirstNameValidationResponse
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'FirstNameValidationResponse' do
  before do
    # run before each test
    @instance = CloudmersiveValidateApiClient::FirstNameValidationResponse.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of FirstNameValidationResponse' do
    it 'should create an instance of FirstNameValidationResponse' do
      expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::FirstNameValidationResponse)
    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 "validation_result"' 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

6 entries across 6 versions & 1 rubygems

Version Path
cloudmersive-validate-api-client-1.3.6 ./spec/models/first_name_validation_response_spec.rb
cloudmersive-validate-api-client-1.3.5 ./spec/models/first_name_validation_response_spec.rb
cloudmersive-validate-api-client-1.3.4 ./spec/models/first_name_validation_response_spec.rb
cloudmersive-validate-api-client-1.3.3 ./spec/models/first_name_validation_response_spec.rb
cloudmersive-validate-api-client-1.3.2 ./spec/models/first_name_validation_response_spec.rb
cloudmersive-validate-api-client-1.3.1 ./spec/models/first_name_validation_response_spec.rb