File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Testing and the fly likes What is mocking framework Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "What is mocking framework" Watch "What is mocking framework" New topic
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
 
Threads others viewed
New JavaRanch Journal article: "What It Means to Mock: Isolating Units for Testing"
Testing a HTTP client
How to test my proxy application on localhost?
Unit testing is so hard to understand for me!
Mock a new operator
MyEclipse, The Clear Choice