Sha256: 36d0eb90cfb01a0cea7ec9733936553a4077324028030ff221a8afc9093c469f

Contents?: true

Size: 528 Bytes

Versions: 27

Compression:

Stored size: 528 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.join(File.dirname(__FILE__), '..', '..', '..', 'new_relic', 'marshalling_test_cases')

# These tests are intended to exercise the basic marshalling functionality of
# the agent in it's different permutations (Ruby and JSON)
class MarshallingTest < Minitest::Test

  include MultiverseHelpers
  include MarshallingTestCases

  setup_and_teardown_agent

end

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
newrelic_rpm-3.13.1.300 test/multiverse/suites/marshalling/marshalling_test.rb
newrelic_rpm-3.13.0.299 test/multiverse/suites/marshalling/marshalling_test.rb
newrelic_rpm-3.12.1.298 test/multiverse/suites/marshalling/marshalling_test.rb
newrelic_rpm-3.12.0.288 test/multiverse/suites/marshalling/marshalling_test.rb
newrelic_rpm-3.11.2.286 test/multiverse/suites/marshalling/marshalling_test.rb
newrelic_rpm-3.11.1.284 test/multiverse/suites/marshalling/marshalling_test.rb
newrelic_rpm-3.11.0.283 test/multiverse/suites/marshalling/marshalling_test.rb