| Author |
What is mocking framework
|
Poornima Sharma
Ranch Hand
Joined: Sep 09, 2008
Posts: 102
|
|
Hi Friends,
What is mocking framework, where and when can it be best used?
Thanks,
|
Poornima Sharma
SCJP 6.0
|
 |
Hebert Coelho
Ranch Hand
Joined: Jul 14, 2010
Posts: 718
|
|
You can find Mokito or Easy mock.
They can "trick" your code to think that they are using the real object.
Check out some samples of them.
|
[uaiHebert.com] [Full WebApplication JSF EJB JPA JAAS with source code to download] One Table Per SubClass [Web/JSF]
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3334
|
|
Hebert means Mockito.
Wikipedia has an excellent page about Mock Object.
|
 |
Hebert Coelho
Ranch Hand
Joined: Jul 14, 2010
Posts: 718
|
|
Hussein Baghdadi wrote:Hebert means Mockito.
Thanks! [=
|
 |
 |
|
|
subject: What is mocking framework
|
|
|