Sha256: 9fb1effd0845df8f3b30d96c46b99735fe419fa5ca6246cdcc51bd3731028006

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

=begin
#nlpapiv2

#The powerful Natural Language Processing APIs (v2) let you perform part of speech tagging, entity identification, sentence parsing, and much more to help you understand the meaning of unstructured text.

OpenAPI spec version: v1

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

=end

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

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

  after do
    # run after each test
  end

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

1 entries across 1 versions & 1 rubygems

Version Path
cloudmersive-nlp-api-client-3.0.3 ./spec/models/extract_entities_response_spec.rb