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