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