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::AbstractReporter
Minitest::AbstractReporter
Reference
Object
Direct Known Subclasses
Minitest::CompositeReporter
Minitest::ProgressReporter
Minitest::StatisticsReporter
Defined in:
reporter.cr
Constructors
.new
(options : Minitest::Options)
Instance Method Summary
#options
: Options
#passed?
#pause
#record
(result)
#report
#resume
#start
Constructor Detail
def self.
new
(options :
Minitest::Options
)
#
[
View source
]
Instance Method Detail
def
options
:
Options
#
[
View source
]
def
passed?
#
[
View source
]
def
pause
#
[
View source
]
def
record
(result)
#
[
View source
]
def
report
#
[
View source
]
def
resume
#
[
View source
]
def
start
#
[
View source
]