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

Version Path
instana-1.213.2 test/snapshot/ruby_process_test.rb
instana-1.213.1 test/snapshot/ruby_process_test.rb
instana-1.213.0 test/snapshot/ruby_process_test.rb
instana-1.212.0 test/snapshot/ruby_process_test.rb
instana-1.211.0 test/snapshot/ruby_process_test.rb
instana-1.210.1 test/snapshot/ruby_process_test.rb
instana-1.210.0 test/snapshot/ruby_process_test.rb
instana-1.209.8 test/snapshot/ruby_process_test.rb
instana-1.209.7 test/snapshot/ruby_process_test.rb
instana-1.209.6 test/snapshot/ruby_process_test.rb
instana-1.209.5 test/snapshot/ruby_process_test.rb
instana-1.209.4 test/snapshot/ruby_process_test.rb
instana-1.209.3 test/snapshot/ruby_process_test.rb
instana-1.209.2 test/snapshot/ruby_process_test.rb
instana-1.209.1 test/snapshot/ruby_process_test.rb
instana-1.209.0.pre3 test/snapshot/ruby_process_test.rb
instana-1.209.0.pre2 test/snapshot/ruby_process_test.rb
instana-1.209.0.pre1 test/snapshot/ruby_process_test.rb
instana-1.208.0 test/snapshot/ruby_process_test.rb
instana-1.207.0 test/snapshot/ruby_process_test.rb