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

Methods
Included Modules
Attributes
[RW] got_exception
Public Class methods
new()
    # File lib/flexmock/core_class_methods.rb, line 75
75:     def initialize
76:       @got_exception = false
77:     end
Public Instance methods
passed?()
    # File lib/flexmock/core_class_methods.rb, line 79
79:     def passed?
80:       ! got_exception
81:     end