Sha256: 2f323e4c6bbd09b43c5802262b10c903eeab47910d139c66b783a4f4b42d72c0
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::ScreenshotMarkerUpdateParameters # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'ScreenshotMarkerUpdateParameters' do before do # run before each test @instance = Phrase::ScreenshotMarkerUpdateParameters.new end after do # run after each test end describe 'test an instance of ScreenshotMarkerUpdateParameters' do it 'should create an instance of ScreenshotMarkerUpdateParameters' do expect(@instance).to be_instance_of(Phrase::ScreenshotMarkerUpdateParameters) 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