Module FlexMock::Ordering
In: lib/flexmock/deprecated_methods.rb
lib/flexmock/ordering.rb

################################################################# The ordering module contains the methods and data structures used to determine proper orderring of mocked calls. By providing the functionality in a module, a individual mock object can order its own calls, and the container can provide ordering at a global level.

Methods

Public Instance methods

Allocate the next available order number.

Current order number in this ordering.

Set the current order for this ordering.

Hash of groups defined in this ordering.

[Validate]