class MiniTest::Mock

def initialize # :nodoc:

:nodoc:
def initialize # :nodoc:
  @expected_calls = {}
  @actual_calls = Hash.new {|h,k| h[k] = [] }
end