abstract class Spectator::AbstractArguments

Overview

Untyped arguments to a method call (message).

Direct Known Subclasses

Defined in:

spectator/mocks/abstract_arguments.cr

Instance Method Summary

Instance methods inherited from class Object

should(matcher, message = nil) should, should_eventually(matcher, message = nil) should_eventually, should_never(matcher, message = nil) should_never, should_not(matcher, message = nil) should_not

Instance Method Detail

def inspect(io : IO) : Nil #

Use the string representation to avoid over complicating debug output.


[View source]