Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crotest
v1.0.3
Crotest
AssertionFailed
Assertions
Context
ContextPlan
DSL
ErroredTest
FailedTest
PassedTest
PendingTest
Test
Built with Crystal 1.9.2
2023-10-08 11:47:28 UTC
class
Crotest::AssertionFailed
Crotest::AssertionFailed
Exception
Reference
Object
Defined in:
crotest/errors.cr
Constructors
.new
(message, file : String, line : Int32)
Instance Method Summary
#file
: String
#line
: Int32
Constructor Detail
def self.
new
(message, file : String, line : Int32)
#
[
View source
]
Instance Method Detail
def
file
: String
#
[
View source
]
def
line
: Int32
#
[
View source
]