Sha256: ee84d6bbbcff65cbbb958c4fb5465211ef871e054f317ef6dc5860ede4dc49ae
Contents?: true
Size: 1.38 KB
Versions: 5
Compression:
Stored size: 1.38 KB
Contents
=begin Adobe Experience Manager (AEM) API Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API OpenAPI spec version: 1.1.6 Contact: opensource@shinesolutions.com Generated by: https://github.com/swagger-api/swagger-codegen.git =end require 'spec_helper' require 'json' # Unit tests for SwaggerAemClient::CqApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'CqApi' do before do # run before each test @instance = SwaggerAemClient::CqApi.new end after do # run after each test end describe 'test an instance of CqApi' do it 'should create an instact of CqApi' do @instance.should be_a(SwaggerAemClient::CqApi) end end # unit tests for get_login_page # # # @param [Hash] opts the optional parameters # @return [nil] describe 'get_login_page test' do it "should work" do # assertion here # should be_a() # should be_nil # should == # should_not == end end # unit tests for post_cq_actions # # # @param authorizable_id # @param changelog # @param [Hash] opts the optional parameters # @return [nil] describe 'post_cq_actions test' do it "should work" do # assertion here # should be_a() # should be_nil # should == # should_not == end end end
Version data entries
5 entries across 5 versions & 1 rubygems