Sha256: d9b2e03e8d27deefc1eebddb5a45564773007309ae47ecaee5979ede4ef65494
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 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.3.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::InlineObject5 # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'InlineObject5' do before do # run before each test @instance = SwaggerAemClient::InlineObject5.new end after do # run after each test end describe 'test an instance of InlineObject5' do it 'should create an instance of InlineObject5' do expect(@instance).to be_instance_of(SwaggerAemClient::InlineObject5) end end describe 'test attribute "privatekey_file"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "certificate_file"' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
swagger_aem-3.4.0 | spec/models/inline_object5_spec.rb |
swagger_aem-3.3.0 | spec/models/inline_object5_spec.rb |