run(args = [])
Begins the full test run. Delegates to runner's #_run method.
# File lib/minitest/unit.rb, line 883 def run args = [] self.class.runner._run(args) end