Sha256: 148ed57329f605d0774ac7bd8dda918894157e091898b043a29ae03589ec6bc5
Contents?: true
Size: 1.42 KB
Versions: 5
Compression:
Stored size: 1.42 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::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 instact of ConsoleApi' do @instance.should be_a(SwaggerAemClient::ConsoleApi) 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 # should be_a() # should be_nil # should == # should_not == 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 # should be_a() # should be_nil # should == # should_not == end end end
Version data entries
5 entries across 5 versions & 1 rubygems