Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
microtest
v1.2.7
GenerateReadmeCommand
Readme
Microtest
AbortionInfo
AssertionFailure
BacktracePrinter
Entry
DefaultRunner
DescriptionReporter
DSL
ErrorListReporter
ExecutionContext
Formatter
TimeUnit
GlobalHookDSL
JsonSummaryReporter
PowerAssert
CallNode
EmptyNode
Formatter
ListFormatter
NamedArgNode
Node
TerminalNode
Value
ValueWrapper
ProgressReporter
Reporter
RGB
Runner
SkipException
SlowTestsReporter
StringUtils
SummaryReporter
Termart
TerminalReporter
ResultColors
ResultSymbols
Test
TestAbortion
TestClassDSL
TestException
TestFailure
TestMethod
TestResult
TestSkip
TestSuccess
UnexpectedError
ReleaseCommand
Generated using Crystal 1.10.1
2024-01-31 06:19:28 UTC
class
Microtest::
SummaryReporter
Microtest::SummaryReporter
Microtest::TerminalReporter
Microtest::Reporter
Reference
Object
Defined in:
microtest/reporters/summary_reporter.cr
Instance Method Summary
#finished
(ctx : ExecutionContext)
#report
(result : TestResult)
#started
(ctx : ExecutionContext)
Constructor methods inherited from class
Microtest::TerminalReporter
new(io : IO =
STDOUT
)
new
Instance methods inherited from class
Microtest::Reporter
abort(ctx : ExecutionContext, info : AbortionInfo)
abort
,
finished(ctx : ExecutionContext)
finished
,
io : IO
io
,
report(result : TestResult)
report
,
started(ctx : ExecutionContext)
started
,
suite_finished(ctx : ExecutionContext, cls : String)
suite_finished
,
suite_started(ctx : ExecutionContext, cls : String)
suite_started
Constructor methods inherited from class
Microtest::Reporter
new(io : IO =
STDOUT
)
new
Instance Method Detail
def
finished
(ctx :
ExecutionContext
)
#
[
View source
]
def
report
(result :
TestResult
)
#
[
View source
]
def
started
(ctx :
ExecutionContext
)
#
[
View source
]