Sha256: 918320b2f8082589156ead0f85648d4bc21a0a4f21d0f606c18ca271579594a2
Contents?: true
Size: 498 Bytes
Versions: 90
Compression:
Stored size: 498 Bytes
Contents
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_serialize assert_equal(nil, @agent.serialize, "should return nil when shut down") end def test_merge_data_from assert_equal(nil, @agent.merge_data_from(mock('metric data'))) end end end end
Version data entries
90 entries across 90 versions & 4 rubygems