Class: Minitest::Test

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

Instance Method Summary collapse

Instance Method Details

#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

#run_without_hookObject



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

alias_method :run_without_hook, :run