Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
minitest
v1.3.0
Top Level Namespace
Exception
Minitest
AbstractReporter
Assertion
Assertions
CompositeReporter
Diff
Delta
Type
Expectation
Expectations
LifecycleHooks
LocationFilter
Options
ProgressReporter
Result
Runnable
Data
Skip
Spec
StatisticsReporter
SummaryReporter
Test
UnexpectedError
Object
Built with Crystal 1.10.0
2023-12-18 16:36:32 UTC
class
Minitest::
ProgressReporter
Minitest::ProgressReporter
Minitest::AbstractReporter
Reference
Object
Defined in:
reporter.cr
Instance Method Summary
#record
(result : Result) : Nil
Instance methods inherited from class
Minitest::AbstractReporter
options : Options
options
,
passed? : Bool
passed?
,
pause : Nil
pause
,
record(result : Result) : Nil
record
,
report : Nil
report
,
resume : Nil
resume
,
start : Nil
start
Constructor methods inherited from class
Minitest::AbstractReporter
new(options : Minitest::Options)
new
Instance Method Detail
def
record
(result :
Result
) : Nil
#
[
View source
]