Sha256: 844a5c788651cb15e57d225ccb3893c3c8a6844bdbd7aef0af2cb97e1de0930b

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 KB

Contents

=begin
#Adobe Experience Manager (AEM) API

#Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API

The version of the OpenAPI document: 3.2.0
Contact: opensource@shinesolutions.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.3.1-SNAPSHOT

=end

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

# Unit tests for SwaggerAemClient::InlineObject1
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'InlineObject1' do
  before do
    # run before each test
    @instance = SwaggerAemClient::InlineObject1.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of InlineObject1' do
    it 'should create an instance of InlineObject1' do
      expect(@instance).to be_instance_of(SwaggerAemClient::InlineObject1)
    end
  end
  describe 'test attribute "package"' 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
swagger_aem-3.4.0 spec/models/inline_object1_spec.rb
swagger_aem-3.3.0 spec/models/inline_object1_spec.rb
swagger_aem-3.2.0 spec/models/inline_object1_spec.rb