Class: Minitest::Test

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

Instance Method Summary collapse

Instance Method Details

#runObject



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

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

#run_without_hookObject



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

alias run_without_hook run