=begin #Subskribe API #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: 1.0.0 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.41 =end require 'spec_helper' require 'json' # Unit tests for SubskribeDevClient::MetricsReportingApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'MetricsReportingApi' do before do # run before each test @instance = SubskribeDevClient::MetricsReportingApi.new end after do # run after each test end describe 'test an instance of MetricsReportingApi' do it 'should create an instance of MetricsReportingApi' do expect(@instance).to be_instance_of(SubskribeDevClient::MetricsReportingApi) end end # unit tests for add_external_arr_metrics # submit request to generate external arr metrics # returns the request with its captured id. Arr metrics will be generated as a backend job # @param [Hash] opts the optional parameters # @option opts [ExternalArrScheduleJson] :body # @return [nil] describe 'add_external_arr_metrics 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 get_external_arr_metrics # gets external arr metrics request for the provided id # returns the external arr metrics request for the provided id # @param id id of the externalArrMetrics request # @param [Hash] opts the optional parameters # @return [nil] describe 'get_external_arr_metrics 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 get_external_arr_metrics1 # gets external arr metrics requests submitted # returns the paginated list of external arr metrics requests # @param [Hash] opts the optional parameters # @option opts [String] :cursor # @option opts [Integer] :limit # @return [nil] describe 'get_external_arr_metrics1 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 populate_arr_metrics_for_subscription # submit request to generate/regenerate arr metrics for a subscription # returns 200 if the result is successfully submitted to a background task # @param subscription_id id of the subscription # @param [Hash] opts the optional parameters # @return [nil] describe 'populate_arr_metrics_for_subscription test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end