method

run

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

No documentation available.

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