Sha256: eecb219baaff2f6de438171a349341bcf5bb1b37d57fab463d4b16c3e00cce52
Contents?: true
Size: 393 Bytes
Versions: 3
Compression:
Stored size: 393 Bytes
Contents
# Copyright (c) 2016 SolarWinds, LLC. # All rights reserved. require 'minitest_helper' class APPOPTICSReporterTest < Minitest::Test def reporter_has_start_method assert_equal true, AppOpticsAPM::Reporter.respond_to?(:start), "has restart method" end def reporter_has_restart_method assert_equal true, AppOpticsAPM::Reporter.respond_to?(:restart), "has start method" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
appoptics_apm-4.0.3 | test/reporter/reporter_test.rb |
appoptics_apm-4.0.2 | test/reporter/reporter_test.rb |
appoptics_apm-4.0.1-x86_64-linux | test/reporter/reporter_test.rb |