method

run

run()
public

No documentation available.

# File lib/test/unit.rb, line 836
      def run
        if @force_standalone and not process_args(@argv)
          abort @options.banner
        end
        @runner.run(@argv) || true
      end