Abhi
Java, Linux, Development, Comics and Awesomeness
Showing posts with label
jmockit
.
Show all posts
Showing posts with label
jmockit
.
Show all posts
Thursday, June 7, 2012
JMockit Tutorial:Learn it today with examples
›
JMockit is one of the many mocking frameworks available for unit testing in Java. If you have to unit test you'll invariably end up moc...
53 comments:
Sunday, May 27, 2012
JMockit Tutorial: How does JMockit support mocking?
›
JMockit is a java framework for mocking objects in JUnit testing. It uses the instrumentation apis that modify the bytecode during run time...
14 comments:
Saturday, May 26, 2012
JMockit Tutorial: How to add JMockit to an eclipse project?
›
Download JMockit: Get the latest release from here . At the time of writing this blog the latest version is jmockit-0.999.15.You mus...
2 comments:
JMockit Tutorial: How to run a test case with JMockit?
›
This tutorial assumes that the jmockit.jar is already in the projects build path. If you want to know how to do it.You can find it here ...
2 comments:
Wednesday, May 23, 2012
What is Mocking in unit Testing?
›
Third Party Objects: You have a class View that uses a third party class DBManager . The View gets a name from DBManager , converts...
›
Home
View web version