Class: Minitest::Test
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
146 147 148 149 150 151 152 153 |
# File 'lib/appmap/minitest.rb', line 146 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
144 |
# File 'lib/appmap/minitest.rb', line 144 alias run_without_hook run |