PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rbs-3.8.0
/
stdlib
/
minitest
/
0
/
minitest
# <!-- rdoc-file=lib/minitest.rb --> # This represents a test result in a clean way that can be marshalled over a # wire. Tests can do anything they want to the test instance and can create # conditions that cause Marshal.dump to blow up. By using Result.from(a_test) # you can be reasonably sure that the test result can be marshalled. # class Minitest::Result < ::Minitest::Runnable # <!-- # rdoc-file=lib/minitest.rb # - from(runnable) # --> # Create a new test result from a Runnable instance. # def self.from: (untyped runnable) -> untyped def class_name: () -> untyped def to_s: () -> untyped # <!-- rdoc-file=lib/minitest.rb --> # The class name of the test result. # attr_accessor klass: untyped # <!-- rdoc-file=lib/minitest.rb --> # The location of the test method. # attr_accessor source_location: untyped include Minitest::Reportable 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]