=begin #Adobe Experience Manager (AEM) API #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API OpenAPI spec version: 2.2.0 Contact: opensource@shinesolutions.com Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.3.0-SNAPSHOT =end require 'spec_helper' require 'json' # Unit tests for SwaggerAemClient::ConsoleApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'ConsoleApi' do before do # run before each test @instance = SwaggerAemClient::ConsoleApi.new end after do # run after each test end describe 'test an instance of ConsoleApi' do it 'should create an instance of ConsoleApi' do expect(@instance).to be_instance_of(SwaggerAemClient::ConsoleApi) end end # unit tests for get_aem_product_info # # # @param [Hash] opts the optional parameters # @return [Array] describe 'get_aem_product_info test' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for post_bundle # # # @param name # @param action # @param [Hash] opts the optional parameters # @return [nil] describe 'post_bundle test' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for post_jmx_repository # # # @param action # @param [Hash] opts the optional parameters # @return [nil] describe 'post_jmx_repository test' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for post_saml_configuration # # # @param [Hash] opts the optional parameters # @option opts [BOOLEAN] :post # @option opts [BOOLEAN] :apply # @option opts [BOOLEAN] :delete # @option opts [String] :action # @option opts [String] :location # @option opts [Array] :path # @option opts [Integer] :service_ranking # @option opts [String] :idp_url # @option opts [String] :idp_cert_alias # @option opts [BOOLEAN] :idp_http_redirect # @option opts [String] :service_provider_entity_id # @option opts [String] :assertion_consumer_service_url # @option opts [String] :sp_private_key_alias # @option opts [String] :key_store_password # @option opts [String] :default_redirect_url # @option opts [String] :user_id_attribute # @option opts [BOOLEAN] :use_encryption # @option opts [BOOLEAN] :create_user # @option opts [BOOLEAN] :add_group_memberships # @option opts [String] :group_membership_attribute # @option opts [Array] :default_groups # @option opts [String] :name_id_format # @option opts [Array] :synchronize_attributes # @option opts [BOOLEAN] :handle_logout # @option opts [String] :logout_url # @option opts [Integer] :clock_tolerance # @option opts [String] :digest_method # @option opts [String] :signature_method # @option opts [String] :user_intermediate_path # @option opts [Array] :propertylist # @return [SamlConfigurationInfo] describe 'post_saml_configuration test' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end