PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rbs-3.8.0
/
stdlib
/
minitest
/
0
/
minitest
# <!-- rdoc-file=lib/minitest.rb --> # Shared code for anything that can get passed to a Reporter. See Minitest::Test # & Minitest::Result. # module Minitest::Reportable # <!-- # rdoc-file=lib/minitest.rb # - passed?() # --> # Did this run pass? # # Note: skipped runs are not considered passing, but they don't cause the # process to exit non-zero. # def passed?: () -> untyped # <!-- # rdoc-file=lib/minitest.rb # - location() # --> # The location identifier of this test. Depends on a method existing called # class_name. # def location: () -> ::String def class_name: () -> untyped # <!-- # rdoc-file=lib/minitest.rb # - result_code() # --> # Returns ".", "F", or "E" based on the result of the run. # def result_code: () -> untyped # <!-- # rdoc-file=lib/minitest.rb # - skipped?() # --> # Was this run skipped? # def skipped?: () -> untyped # <!-- # rdoc-file=lib/minitest.rb # - error?() # --> # Did this run error? # def error?: () -> untyped BASE_DIR: String 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]