Sha256: c0bda571c9c6232e3fa0c1b29c3cb93cd1966ae15b8a3b105e24255b54d0534c

Contents?: true

Size: 1.05 KB

Versions: 15

Compression:

Stored size: 1.05 KB

Contents

require 'spec_helper'
require 'json'

# Unit tests for Phrase::SearchApi
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'SearchApi' do
  before do
    # run before each test
    @api_instance = Phrase::SearchApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of SearchApi' do
    it 'should create an instance of SearchApi' do
      expect(@api_instance).to be_instance_of(Phrase::SearchApi)
    end
  end

  # unit tests for search_in_account
  # Search across projects
  # Search for keys and translations in all account projects
  # @param account_id Account ID
  # @param search_in_account_parameters 
  # @param [Hash] opts the optional parameters
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
  # @return [AccountSearchResult]
  describe 'search_in_account test' 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

15 entries across 15 versions & 1 rubygems

Version Path
phrase-2.8.3 spec/api/search_api_spec.rb
phrase-2.8.2 spec/api/search_api_spec.rb
phrase-2.8.1 spec/api/search_api_spec.rb
phrase-2.8.0 spec/api/search_api_spec.rb
phrase-2.7.2 spec/api/search_api_spec.rb
phrase-2.7.1 spec/api/search_api_spec.rb
phrase-2.7.0 spec/api/search_api_spec.rb
phrase-2.6.0 spec/api/search_api_spec.rb
phrase-2.5.1 spec/api/search_api_spec.rb
phrase-2.5.0 spec/api/search_api_spec.rb
phrase-2.4.0 spec/api/search_api_spec.rb
phrase-2.3.1 spec/api/search_api_spec.rb
phrase-2.3.0 spec/api/search_api_spec.rb
phrase-2.2.0 spec/api/search_api_spec.rb
phrase-2.1.0 spec/api/search_api_spec.rb