Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
spinach
v0.1.9
Top Level Namespace
AssertEqualsCommand
AssertEqualsVariableCommand
AssertKind
Command
ExecuteCommand
ReportData
Scenario
SetVariableCommand
SpinachTestCase
Spinach
Variables
VariableValue
Built with Crystal 1.9.2
2023-10-08 13:06:39 UTC
class
ExecuteCommand
ExecuteCommand
Reference
Object
Defined in:
commands.cr
Constructors
.new
(method : String, variable_name : String, args : Array(String) =
[]
of
String
)
Instance Method Summary
#args
: Array(String)
#has_args?
#method
: String
#variable_name
: String
Constructor Detail
def self.
new
(method : String, variable_name : String, args : Array(String) =
[]
of
String
)
#
[
View source
]
Instance Method Detail
def
args
: Array(String)
#
[
View source
]
def
has_args?
#
[
View source
]
def
method
: String
#
[
View source
]
def
variable_name
: String
#
[
View source
]