Sha256: 6ea92d5c3cac04257f9547307d51cd98ffb974001c6e4f5a738c6d4c829a1b11

Contents?: true

Size: 1.38 KB

Versions: 10

Compression:

Stored size: 1.38 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

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hubspot-api-client-10.1.1 spec/codegen/oauth/models/token_response_if_spec.rb
hubspot-api-client-10.1.0 spec/codegen/oauth/models/token_response_if_spec.rb
hubspot-api-client-10.0.1 spec/codegen/oauth/models/token_response_if_spec.rb
hubspot-api-client-10.0.0 spec/codegen/oauth/models/token_response_if_spec.rb
hubspot-api-client-9.6.0 spec/codegen/oauth/models/token_response_if_spec.rb
hubspot-api-client-9.5.1 spec/codegen/oauth/models/token_response_if_spec.rb
hubspot-api-client-9.5.0 spec/codegen/oauth/models/token_response_if_spec.rb
hubspot-api-client-9.4.0 spec/codegen/oauth/models/token_response_if_spec.rb
hubspot-api-client-9.3.0 spec/codegen/oauth/models/token_response_if_spec.rb
hubspot-api-client-9.2.1 spec/oauth/models/token_response_if_spec.rb