Class: Minitest::Test

Inherits:
Object
  • Object
show all
Defined in:
lib/appmap/minitest.rb

Instance Method Summary collapse

Instance Method Details

#runObject



130
131
132
133
134
135
136
137
# File 'lib/appmap/minitest.rb', line 130

def run
  AppMap::Minitest.begin_test self
  begin
    run_without_hook
  ensure
    AppMap::Minitest.end_test self
  end
end

#run_without_hookObject



128
# File 'lib/appmap/minitest.rb', line 128

alias run_without_hook run