Module RR::DoubleDefinitions::DoubleDefinition::StateQueryMethods
In: lib/rr/double_definitions/double_definition.rb

Methods

Public Instance methods

Double#ordered? returns true when the Double is ordered.

  mock(subject).method_name.ordered?
strong?()

Alias for verify_method_signature?

Double#verbose? returns true when verbose has been called on it. It returns true when the double is set to print each method call it receives.

Protected Instance methods

[Validate]