Sha256: 01e94a3bdba9dd27556b19b54035c386081b823bc1446508212d41645f5b779f

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

require File.expand_path(File.join(File.dirname(__FILE__),'..','..','test_helper'))
module NewRelic
  module Agent
    class ShimAgentTest < MiniTest::Unit::TestCase

      def setup
        super
        @agent = NewRelic::Agent::ShimAgent.new
      end

      def test_merge_data_from
        assert_equal(nil, @agent.merge_data_from(mock('metric data')))
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newrelic_rpm-3.7.2.195 test/new_relic/agent/shim_agent_test.rb
newrelic_rpm-3.7.2.192 test/new_relic/agent/shim_agent_test.rb
newrelic_rpm-3.7.2.190.beta test/new_relic/agent/shim_agent_test.rb