Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
minitest
v0.5.1
Top Level Namespace
Exception
Minitest
AbstractReporter
Assertion
Assertions
CompositeReporter
Expectation
Expectations
LifecycleHooks
LocationFilter
Options
ProgressReporter
Result
Runnable
Data
Skip
Spec
StatisticsReporter
SummaryReporter
Test
UnexpectedError
Object
Built with Crystal 1.9.2
2023-10-08 04:06:22 UTC
class
Minitest::ProgressReporter
Minitest::ProgressReporter
Minitest::AbstractReporter
Reference
Object
Defined in:
reporter.cr
Instance Method Summary
#record
(result)
Instance methods inherited from class
Minitest::AbstractReporter
options : Options
options
,
passed?
passed?
,
pause
pause
,
record(result)
record
,
report
report
,
resume
resume
,
start
start
Constructor methods inherited from class
Minitest::AbstractReporter
new(options : Minitest::Options)
new
Instance Method Detail
def
record
(result)
#
[
View source
]