Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
spinach
v0.1.4
Top Level Namespace
AssertEqualsCommand
AssertEqualsVariableCommand
AssertKind
Command
ExecuteCommand
ReportData
Scenario
SetVariableCommand
SpinachTestCase
Variables
VariableValue
Built with Crystal 1.9.2
2023-10-08 04:13:21 UTC
class
ReportData
ReportData
Reference
Object
Defined in:
spinach.cr
Constructors
.new
(expected : String, actual : String | Hash(String, String), passed : Bool)
Instance Method Summary
#actual
: String | Hash(String, String)
#expected
: String
#passed
: Bool
Constructor Detail
def self.
new
(expected : String, actual : String | Hash(String, String), passed : Bool)
#
[
View source
]
Instance Method Detail
def
actual
: String | Hash(String, String)
#
[
View source
]
def
expected
: String
#
[
View source
]
def
passed
: Bool
#
[
View source
]