Method: Minitest::Test#run

Defined in:
lib/appmap/minitest.rb

#runObject



164
165
166
167
168
169
170
171
# File 'lib/appmap/minitest.rb', line 164

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