Class: Minitest::Test

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

Instance Method Summary collapse

Instance Method Details

#runObject



135
136
137
138
139
140
141
142
# File 'lib/appmap/minitest.rb', line 135

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

#run_without_hookObject



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

alias run_without_hook run