instance method
add_test
Ruby on Rails edge
Since edgeSignature
add_test(test)
Add a test to be distributed to workers. @param test [Array] Test tuple: [class, method, reporter]
Parameters
-
testreq
Source
# File activesupport/lib/active_support/testing/parallelization/test_distributor.rb, line 11
def add_test(test)
raise NotImplementedError
end
Defined in activesupport/lib/active_support/testing/parallelization/test_distributor.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Testing::Parallelization::TestDistributor