Class: Minitest::Test

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

Instance Method Summary collapse

Instance Method Details

#runObject



141
142
143
144
145
146
147
148
# File 'lib/appmap/minitest.rb', line 141

def run
  AppMap::Minitest.begin_test self, name
  begin
    run_without_hook
  ensure
    AppMap::Minitest.end_test self, exception: $!
  end
end

#run_without_hookObject



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

alias run_without_hook run