Class
MockProxy
In:
lib/mspec/mocks/proxy.rb
Parent:
Object
Methods
and_raise
and_return
and_yield
any_number_of_times
arguments
at_least
at_most
called
calls
count
exactly
mock?
new
once
raising?
returning
stub?
times
twice
with
yielding?
Attributes
raising
[R]
yielding
[R]
Public Class methods
new
(type=nil)
Public Instance methods
and_raise
(exception)
and_return
(*args)
and_yield
(*args)
any_number_of_times
()
arguments
()
at_least
(n)
at_most
(n)
called
()
calls
()
count
()
exactly
(n)
mock?
()
once
()
raising?
()
returning
()
stub?
()
times
()
twice
()
with
(*args)
yielding?
()
[Validate]