Parent

Files

Mocha::Sequence::InSequenceOrderingConstraint

Public Class Methods

new(sequence, index) click to toggle source
   # File lib/mocha/sequence.rb, line 7
7:       def initialize(sequence, index)
8:         @sequence, @index = sequence, index
9:       end

Public Instance Methods

allows_invocation_now?() click to toggle source
    # File lib/mocha/sequence.rb, line 11
11:       def allows_invocation_now?
12:         @sequence.satisfied_to_index?(@index)
13:       end
mocha_inspect() click to toggle source
    # File lib/mocha/sequence.rb, line 15
15:       def mocha_inspect
16:         "in sequence #{@sequence.mocha_inspect}"
17:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.