Sha256: 71bcbbb507090ca2716a4e90c847c0e55db15d7fe0eb12c65a903fb769a62c4d

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

require 'spec_helper'
require 'json'

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

  after do
    # run after each test
  end

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

  # unit tests for projects_quality_performance_score
  # Get project's translations' quality performance scores
  # Get project's translations' quality performance scores
  # @param id ID
  # @param projects_quality_performance_score_request 
  # @param [Hash] opts the optional parameters
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
  # @return [ProjectsQualityPerformanceScore200Response]
  describe 'projects_quality_performance_score 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

1 entries across 1 versions & 1 rubygems

Version Path
phrase-2.22.0 spec/api/quality_performance_score_api_spec.rb