class Minitest::ProgressReporter
A very simple reporter that prints the “dots” during the run.
This is added to the top-level CompositeReporter at the start of the run. If you want to change the output of minitest via a plugin, pull this out of the composite and replace it with your own.
A very simple reporter that prints the “dots” during the run.
This is added to the top-level CompositeReporter at the start of the run. If you want to change the output of minitest via a plugin, pull this out of the composite and replace it with your own.
Public Instance Methods
(untyped klass, untyped name) → (nil | untyped)
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.1/stdlib/minitest/0/minitest/progress_reporter.rbs, line 9
def prerecord: (untyped klass, untyped name) -> (nil | untyped)
(untyped result) → untyped
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.1/stdlib/minitest/0/minitest/progress_reporter.rbs, line 10
def record: (untyped result) -> untyped