Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
microtest
v1.2.2
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 02:57:30 UTC
abstract class
Microtest::PowerAssert::Node
Microtest::PowerAssert::Node
Reference
Object
Direct Known Subclasses
Microtest::PowerAssert::Call(B)
Microtest::PowerAssert::EmptyNode
Microtest::PowerAssert::NamedArg
Microtest::PowerAssert::TerminalNode
Defined in:
microtest/power_assert.cr
Constructors
.new
(name : String, expression : String, value : T) forall T
Instance Method Summary
#expression
: String
#name
: String
#nested_expressions
: Array(Evaluation)
#value
: Value
Constructor Detail
def self.
new
(name : String, expression : String, value : T) forall T
#
[
View source
]
Instance Method Detail
def
expression
: String
#
[
View source
]
def
name
: String
#
[
View source
]
abstract def
nested_expressions
: Array(
Evaluation
)
#
[
View source
]
def
value
:
Value
#
[
View source
]