class Spectator::PassResult
Overview
Outcome that indicates running an example was successful.
Defined in:
spectator/pass_result.crInstance Method Summary
- 
        #accept(visitor)
        
          Calls the passmethod on visitor.
- 
        #accept(visitor, &)
        
          Calls the passmethod on visitor.
- 
        #fail? : Bool
        
          Indicates whether the example failed. 
- 
        #pass? : Bool
        
          Indicates whether the example passed. 
- 
        #to_json(json : JSON::Builder)
        
          Creates a JSON object from the result information. 
- 
        #to_s(io)
        
          One-word description of the result.