instance method
prerecord
Ruby on Rails 7.2.3
Since v7.2.3Signature
prerecord(test_class, test_name)
No documentation comment.
Parameters
-
test_classreq -
test_namereq
Source
# File railties/lib/rails/test_unit/reporter.rb, line 11
def prerecord(test_class, test_name)
super
if options[:verbose]
io.print "%s#%s = " % [test_class.name, test_name]
end
end
Defined in railties/lib/rails/test_unit/reporter.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::TestUnitReporter