Sha256: 9fedf1614eafc37e2e680ee84b503df881c722e8b2509f51c5e33ee405ded4e7
Contents?: true
Size: 541 Bytes
Versions: 29
Compression:
Stored size: 541 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 < Test::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
29 entries across 29 versions & 1 rubygems