Abhi
Java, Linux, Development, Comics and Awesomeness
Showing posts with label
junit
.
Show all posts
Showing posts with label
junit
.
Show all posts
Thursday, October 25, 2012
How To Write A Junit Test When A Method Returns Multiple Values
›
So you have a class like this : public class PersonUtils { static List<Person> persons = new ArrayList<Person>(); st...
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:
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