Sha256: b456497f4723470478017569021707a2c0d6245df7dc7dddbfefced0fd339b60
Contents?: true
Size: 1.75 KB
Versions: 3
Compression:
Stored size: 1.75 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::NsfwScannedFrame # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'NsfwScannedFrame' do before do # run before each test @instance = CloudmersiveVideoApiClient::NsfwScannedFrame.new end after do # run after each test end describe 'test an instance of NsfwScannedFrame' do it 'should create an instance of NsfwScannedFrame' do expect(@instance).to be_instance_of(CloudmersiveVideoApiClient::NsfwScannedFrame) end end describe 'test attribute "frame_number"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "time_stamp"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "content"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "classification_result"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "score"' 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