Class Index [+]

Quicksearch

Spec::Mocks::NegativeMessageExpectation

Public Class Methods

new(message, expectation_ordering, expected_from, sym, method_block) click to toggle source
     # File lib/spec/mocks/message_expectation.rb, line 334
334:       def initialize(message, expectation_ordering, expected_from, sym, method_block)
335:         super(message, expectation_ordering, expected_from, sym, method_block, 0)
336:       end

Public Instance Methods

negative_expectation_for?(sym) click to toggle source
     # File lib/spec/mocks/message_expectation.rb, line 338
338:       def negative_expectation_for?(sym)
339:         return @sym == sym
340:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.