class Microtest::PowerAssert::CallNode
  
  - Microtest::PowerAssert::CallNode
 - Microtest::PowerAssert::Node
 - Reference
 - Object
 
Defined in:
microtest/power_assert.crConstructors
Instance Method Summary
- 
        #==(other : self)
        
          
Returns
trueif this reference is the same as other. - #arguments : Array(Node)
 - #comparator?
 - 
        #hash(hasher)
        
          
See
Object#hash(hasher) - #method_name : String
 - #operator?
 - #receiver : Node
 
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
        #
      
      
      Instance Method Detail
        
        def ==(other : self)
        #
      
      
        
              Description copied from class Reference
            
          
          Returns true if this reference is the same as other. Invokes same?.