method

run

v1_9_3_392 - Show latest stable - Class: Test::Unit::RunCount
run(*)
public

No documentation available.

# File lib/test/unit.rb, line 19
      def run(*)
        @@run_count += 1
        super
      end