class AssertEqualsCommand

Defined in:

commands.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, value : String, implementation_status : String | Nil, args : Array(String) = [] of String) #

[View source]

Instance Method Detail

def args : Array(String) #

[View source]
def has_args? #

[View source]
def implementation_status : String | Nil #

[View source]
def method : String #

[View source]
def value : String #

[View source]