Sha256: 05182e071e59144191c2f9b85b7342c844e37ac5e3e7a1ae47239af4db8c70ae

Contents?: true

Size: 1.2 KB

Versions: 3

Compression:

Stored size: 1.2 KB

Contents

=begin
#videoapi

#The video APIs help you convert, encode, and transcode videos.

OpenAPI spec version: v1

Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.4.14

=end

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

# Unit tests for CloudmersiveVideoApiClient::SplitVideoResult
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'SplitVideoResult' do
  before do
    # run before each test
    @instance = CloudmersiveVideoApiClient::SplitVideoResult.new
  end

  after do
    # run after each test
  end

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

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

3 entries across 3 versions & 1 rubygems

Version Path
cloudmersive-video-api-client-2.0.5 ./spec/models/split_video_result_spec.rb
cloudmersive-video-api-client-2.0.4 ./spec/models/split_video_result_spec.rb
cloudmersive-video-api-client-2.0.3 ./spec/models/split_video_result_spec.rb