Method: Test::Unit::AutoRunner#run
- Defined in:
- lib/test/unit.rb
#run ⇒ Object
836 837 838 839 840 841 |
# File 'lib/test/unit.rb', line 836 def run if @force_standalone and not process_args(@argv) abort . end @runner.run(@argv) || true end |