Class: MiniTestUnitRunner
- Inherits:
-
MiniTest::Unit
- Object
- MiniTest::Unit
- MiniTestUnitRunner
- Defined in:
- lib/gorgon/mini_test_runner.rb
Instance Method Summary collapse
- #after_test(*args) ⇒ Object
- #before_test(*args) ⇒ Object
- #print(*args) ⇒ Object
- #puts(*args) ⇒ Object
- #status(io = output) ⇒ Object
Instance Method Details
#after_test(*args) ⇒ Object
8 |
# File 'lib/gorgon/mini_test_runner.rb', line 8 def after_test(*args); end |
#before_test(*args) ⇒ Object
7 |
# File 'lib/gorgon/mini_test_runner.rb', line 7 def before_test(*args); end |
#print(*args) ⇒ Object
5 |
# File 'lib/gorgon/mini_test_runner.rb', line 5 def print(*args); end |
#puts(*args) ⇒ Object
4 |
# File 'lib/gorgon/mini_test_runner.rb', line 4 def puts(*args); end |
#status(io = output) ⇒ Object
6 |
# File 'lib/gorgon/mini_test_runner.rb', line 6 def status(io = output); end |