Class: Minitest::Test
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
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_hook ⇒ Object
162 |
# File 'lib/appmap/minitest.rb', line 162 alias_method :run_without_hook, :run |