Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
microtest
v1.2.3
Microtest
AssertionFailure
BacktracePrinter
Entry
DefaultRunner
DescriptionReporter
DSL
ErrorListReporter
ExecutionContext
FatalException
Formatter
TimeUnit
GlobalHookDSL
Helper
ResultColors
ResultSymbols
HookException
JsonSummaryReporter
PowerAssert
Call
EmptyNode
Evaluation
Formatter
ListFormatter
NamedArg
Node
TerminalNode
Value
ValueWrapper
ProgressReporter
Reporter
Runner
SkipException
SlowTestsReporter
StandardException
SummaryReporter
Test
TestClassDSL
TestFailure
TestResult
TestSkip
TestSuccess
UnexpectedError
Built with Crystal 1.9.2
2023-10-08 11:48:05 UTC
class
Microtest::PowerAssert::TerminalNode
Microtest::PowerAssert::TerminalNode
Microtest::PowerAssert::Node
Reference
Object
Defined in:
microtest/power_assert.cr
Constructors
.new
(expression, value)
Class Method Summary
.build
(expression, value : T) forall T
Instance Method Summary
#nested_expressions
: Array(Evaluation)
Instance methods inherited from class
Microtest::PowerAssert::Node
expression : String
expression
,
name : String
name
,
nested_expressions : Array(Evaluation)
nested_expressions
,
value : Value
value
Constructor methods inherited from class
Microtest::PowerAssert::Node
new(name : String, expression : String, value : T) forall T
new
Constructor Detail
def self.
new
(expression, value)
#
[
View source
]
Class Method Detail
def self.
build
(expression, value : T) forall T
#
[
View source
]
Instance Method Detail
def
nested_expressions
: Array(
Evaluation
)
#
[
View source
]