PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rbs-3.8.0
/
stdlib
/
minitest
/
0
/
minitest
# <!-- rdoc-file=lib/minitest.rb --> # Defines the API for Reporters. Subclass this and override whatever you want. # Go nuts. # class Minitest::AbstractReporter @mutex: untyped def initialize: () -> void # <!-- # rdoc-file=lib/minitest.rb # - start() # --> # Starts reporting on the run. # def start: () -> nil # <!-- # rdoc-file=lib/minitest.rb # - prerecord(klass, name) # --> # About to start running a test. This allows a reporter to show that it is # starting or that we are in the middle of a test run. # def prerecord: (untyped klass, untyped name) -> nil # <!-- # rdoc-file=lib/minitest.rb # - record(result) # --> # Output and record the result of the test. Call # [result#result_code](rdoc-ref:Runnable#result_code) to get the result # character string. Stores the result of the run if the run did not pass. # def record: (untyped result) -> nil # <!-- # rdoc-file=lib/minitest.rb # - report() # --> # Outputs the summary of the run. # def report: () -> nil # <!-- # rdoc-file=lib/minitest.rb # - passed?() # --> # Did this run pass? # def passed?: () -> true def synchronize: () { (?) -> untyped } -> untyped end
[-] error_on_warning.rbs
[edit]
[-] unexpected_warning.rbs
[edit]
[-] summary_reporter.rbs
[edit]
[-] test.rbs
[edit]
[-] pride_lol.rbs
[edit]
[-] unit.rbs
[edit]
[-] spec.rbs
[edit]
[+]
unit
[-] result.rbs
[edit]
[-] reporter.rbs
[edit]
[-] skip.rbs
[edit]
[-] mock.rbs
[edit]
[-] benchmark.rbs
[edit]
[-] assertion.rbs
[edit]
[+]
parallel
[-] composite_reporter.rbs
[edit]
[-] progress_reporter.rbs
[edit]
[-] abstract_reporter.rbs
[edit]
[-] backtrace_filter.rbs
[edit]
[-] runnable.rbs
[edit]
[-] bench_spec.rbs
[edit]
[+]
spec
[-] parallel.rbs
[edit]
[-] compress.rbs
[edit]
[+]
..
[-] unexpected_error.rbs
[edit]
[-] pride_io.rbs
[edit]
[+]
test
[-] expectation.rbs
[edit]
[-] statistics_reporter.rbs
[edit]
[-] assertions.rbs
[edit]
[-] guard.rbs
[edit]
[-] expectations.rbs
[edit]
[-] reportable.rbs
[edit]