Sha256: dc739fcc50a11e736aa057d6c342e0a07e0424f0f52966897155c332e73b1b97

Contents?: true

Size: 620 Bytes

Versions: 7

Compression:

Stored size: 620 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'))
require File.expand_path(File.join(File.dirname(__FILE__),'..','data_container_tests'))

module NewRelic::Agent
  class UtilizationDataTest < Minitest::Test
    # We don't behave like a normal container, but we need to match the
    # interface at least!
    include NewRelic::BasicDataContainerMethodTests

    def create_container
      UtilizationData.new
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
newrelic_rpm-3.12.0.288 test/new_relic/agent/utilization_data_test.rb
newrelic_rpm-3.11.2.286 test/new_relic/agent/utilization_data_test.rb
newrelic_rpm-3.11.1.284 test/new_relic/agent/utilization_data_test.rb
newrelic_rpm-3.11.0.283 test/new_relic/agent/utilization_data_test.rb
newrelic_rpm-3.10.0.279 test/new_relic/agent/utilization_data_test.rb
newrelic_rpm-3.9.9.275 test/new_relic/agent/utilization_data_test.rb
newrelic_rpm-3.9.8.273 test/new_relic/agent/utilization_data_test.rb