Class: Minitest::Test
- Inherits:
-
Object
- Object
- Minitest::Test
- Defined in:
- lib/appmap/minitest.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
135 136 137 138 139 140 141 142 |
# File 'lib/appmap/minitest.rb', line 135 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
133 |
# File 'lib/appmap/minitest.rb', line 133 alias run_without_hook run |