Sha256: 29a02fa24b884221321351669aa9a4d550fe3770fb36c3e3cabcdb86098b3079

Contents?: true

Size: 332 Bytes

Versions: 34

Compression:

Stored size: 332 Bytes

Contents

class NewRelic::Agent::MockScopeListener

  attr_reader :scope

  def initialize
    @scope = {}
  end

  def notice_first_scope_push(time)
  end

  def notice_push_scope(scope, time)
    @scope[scope] = true
  end

  def notice_pop_scope(scope, time)
  end

  def notice_scope_empty(time)
  end

  def enabled?
    true
  end
end

Version data entries

34 entries across 34 versions & 4 rubygems

Version Path
wd_newrelic_rpm-3.5.8 test/new_relic/agent/mock_scope_listener.rb
sundawg_newrelic_rpm-3.5.8.2 test/new_relic/agent/mock_scope_listener.rb
sundawg_newrelic_rpm-3.5.8.1 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.8.72 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.8.70 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.8.64.beta test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.7.59 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.7.59.beta test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.7.58.beta test/new_relic/agent/mock_scope_listener.rb
wd_newrelic_rpm-3.5.6 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.7.57.beta test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.6.55 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.6.48.beta test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.6.46.beta test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.6.42.beta test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.5.39.beta test/new_relic/agent/mock_scope_listener.rb
wd_newrelic_rpm-3.5.5 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.5.38 test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.5.540.dev test/new_relic/agent/mock_scope_listener.rb
newrelic_rpm-3.5.4.35.beta test/new_relic/agent/mock_scope_listener.rb