Sha256: 67a286d9b559749a465e1180e7b0c24170d50dce72f98024fabb70e7b4a406b1
Contents?: true
Size: 364 Bytes
Versions: 46
Compression:
Stored size: 364 Bytes
Contents
# (c) Copyright IBM Corp. 2021 # (c) Copyright Instana Inc. 2021 require 'test_helper' class RubyProcessTest < Minitest::Test def test_snapshot subject = Instana::Snapshot::RubyProcess.new snapshot = subject.snapshot assert_equal Instana::Snapshot::RubyProcess::ID, snapshot[:name] assert_equal Process.pid.to_s, snapshot[:entityId] end end
Version data entries
46 entries across 46 versions & 1 rubygems