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