Class: Minitest::Test
- Inherits:
-
Object
- Object
- Minitest::Test
- Defined in:
- lib/appmap/minitest.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
130 131 132 133 134 135 136 137 |
# File 'lib/appmap/minitest.rb', line 130 def run AppMap::Minitest.begin_test self begin run_without_hook ensure AppMap::Minitest.end_test self end end |
#run_without_hook ⇒ Object
128 |
# File 'lib/appmap/minitest.rb', line 128 alias run_without_hook run |