Sha256: c57e88247edfc0249dd1e48606a7e633d3a914be9f6870cf20fb0560e56d13b7

Contents?: true

Size: 1.2 KB

Versions: 49

Compression:

Stored size: 1.2 KB

Contents

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

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

  after do
    # run after each test
  end

  describe 'test an instance of ScreenshotMarkerCreateParameters' do
    it 'should create an instance of ScreenshotMarkerCreateParameters' do
      expect(@instance).to be_instance_of(Phrase::ScreenshotMarkerCreateParameters)
    end
  end
  describe 'test attribute "branch"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "key_id"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "presentation"' 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

49 entries across 49 versions & 1 rubygems

Version Path
phrase-2.5.1 spec/models/screenshot_marker_create_parameters_spec.rb
phrase-2.5.0 spec/models/screenshot_marker_create_parameters_spec.rb
phrase-2.4.0 spec/models/screenshot_marker_create_parameters_spec.rb
phrase-2.3.1 spec/models/screenshot_marker_create_parameters_spec.rb
phrase-2.3.0 spec/models/screenshot_marker_create_parameters_spec.rb
phrase-2.2.0 spec/models/screenshot_marker_create_parameters_spec.rb
phrase-2.1.0 spec/models/screenshot_marker_create_parameters_spec.rb
phrase-2.0.0 spec/models/screenshot_marker_create_parameters_spec.rb
phrase-1.0.14 spec/models/screenshot_marker_create_parameters_spec.rb