Sha256: b959fd20f2450b27a3802a784877f6fc83ff0bda9d4efec5a9abbe6979377f26
Contents?: true
Size: 1.74 KB
Versions: 15
Compression:
Stored size: 1.74 KB
Contents
=begin #OAuthService #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: v1 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.3.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Hubspot::OAuth::TokenResponseIF # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'TokenResponseIF' do before do # run before each test @instance = Hubspot::OAuth::TokenResponseIF.new end after do # run after each test end describe 'test an instance of TokenResponseIF' do it 'should create an instance of TokenResponseIF' do expect(@instance).to be_instance_of(Hubspot::OAuth::TokenResponseIF) end end describe 'test attribute "refresh_token"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "expires_in"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "access_token"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "id_token"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "token_type"' 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
15 entries across 15 versions & 1 rubygems