Sha256: 94811f627b0d5a833bade50b91ad8b4b97f39e89ad76e9023ad77b43db8e22c2
Contents?: true
Size: 560 Bytes
Versions: 19
Compression:
Stored size: 560 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::Test def setup super @agent = NewRelic::Agent::ShimAgent.new end def test_merge_data_for_endpoint assert_equal(nil, @agent.merge_data_for_endpoint(:diggle, mock('metric data'))) end end end end
Version data entries
19 entries across 19 versions & 1 rubygems