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