method

tests_count

tests_count()
private

No documentation available.

# File activesupport/lib/active_support/testing/parallelize_executor.rb, line 59
        def tests_count
          @tests_count ||= Minitest::Runnable.runnables.sum { |runnable| runnable.runnable_methods.size }
        end