class ActiveSupport::Testing::ParallelizeExecutor
def tests_count
Experimental RBS support (using type sampling data from the type_fusion
project).
def tests_count: () -> Integer
This signature was generated using 6 samples from 1 application.
def tests_count @tests_count ||= Minitest::Runnable.runnables.sum { |runnable| runnable.runnable_methods.size } end