Class
Mocha::ClassMethod
In:
lib/mocha/class_method.rb
Parent:
Object
Methods
==
define_new_method
eql?
hidden_method
hide_original_method
method_exists?
mock
new
remove_new_method
restore_original_method
stub
to_s
unstub
Attributes
method
[R]
stubbee
[R]
Public Class methods
new
(stubbee, method)
Public Instance methods
==
(other)
Alias for eql?
define_new_method
()
eql?
(other)
hidden_method
()
hide_original_method
()
method_exists?
(method)
mock
()
remove_new_method
()
restore_original_method
()
stub
()
to_s
()
unstub
()
[Validate]