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