Class | Facon::Expectation |
In: |
lib/facon/expectation.rb
|
Parent: | Object |
An Expectation, also know as a mock method, is an expectation that an object should receive a specific message during the execution of an example.
actual_received_count | [R] | |
argument_expectation | [R] | |
error_generator | [R] | |
expectation_ordering | [R] | |
expected_from | [R] | |
expected_received_count | [R] | |
method | [R] | |
method_block | [R] |
Returns true if the given method matches this Expectation, but the given arguments don‘t.