class Microtest::PowerAssert::CallNode

Defined in:

microtest/power_assert.cr

Constructors

Instance Method Summary

Instance methods inherited from class Microtest::PowerAssert::Node

==(other : self) ==, expression : String expression, hash(hasher) hash, wrapper : Value wrapper

Constructor methods inherited from class Microtest::PowerAssert::Node

new(expression : String, value : T) forall T new

Constructor Detail

def self.new(method_name : String, expression : String, value : T, receiver : Node, arguments : Array(Node), named_arguments : Array(NamedArgNode)) forall T #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def arguments : Array(Node) #

[View source]
def comparator? #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def method_name : String #

[View source]
def operator? #

[View source]
def receiver : Node #

[View source]