Class: Minitest::Test
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
152 153 154 155 156 157 158 159 |
# File 'lib/appmap/minitest.rb', line 152 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
150 |
# File 'lib/appmap/minitest.rb', line 150 alias run_without_hook run |