Parent

Methods

Included Modules

FlexMock::UseContainer

Container object to be used by the FlexMock.use method.

Attributes

got_exception[RW]

Public Class Methods

new() click to toggle source
    # File lib/flexmock/core_class_methods.rb, line 75
75:     def initialize
76:       @got_exception = false
77:     end

Public Instance Methods

passed?() click to toggle source
    # File lib/flexmock/core_class_methods.rb, line 79
79:     def passed?
80:       ! got_exception
81:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.