http://mockito.org domain fails to redirect to http://code.google.com/p/mockito. Please use the latter link for the mockito site at googlecode. Hopefully, it will be fixed soon. When it’s fixed… more →
monkey islandwrote 4 weeks ago: Unit testing in general is one of the after thoughts for many during the development process. I was … more →
wrote 2 months ago: Mock objects are simulated objects that mimic the behaviour of real objects in controlled ways. a mo … more →
wrote 2 months ago: Hi, This post is about unit testing. Writing tests, as you already know, is very important. The more … more →
wrote 2 months ago: Recently I had the opportunity/challenge/task to get unit tests working for some legacy code. Variou … more →
wrote 3 months ago: I simply adore RSpec in Ruby land It helped me embrace TDD in the best manner possible – by no … more →
wrote 3 months ago: Test-driven development is something wonderful! Once you’ve established it in your organisatio … more →
wrote 3 months ago: While experimenting with using an ODF parser in Groovy, I was attempting to write unit tests in Groo … more →
wrote 5 months ago: I was recently asked by an old friend how they can get started writing unit tests on their existing … more →
wrote 6 months ago: Abstract : Nearly 40 years ago Carl Hewitt, Peter Bishop and Richard Steiger introduced the actor mo … more →
wrote 6 months ago: In the coming series of posts, I will share my development experience (code included) with creating … more →
wrote 6 months ago: I have to admit the embarrassing truth: I’m a Unit Test noob.  While Unit Testing has been aro … more →
wrote 7 months ago: The easy way to mock chained methods using Mockito is to use RETURN_DEEP_STUBS while mocking. See ex … more →
wrote 7 months ago: Today’s post is nothing elevated, just two examples from which one can understand this powerfu … more →
wrote 7 months ago: While piecing together the parts of my service I realized one topic I haven’t touched is Unit … more →
wrote 7 months ago: Using mock Liferay 6.1.1 services in a unit test. When you are developing components, which interact … more →
wrote 8 months ago: Abstract : Ever had an impression you’re changing what you’re observing by simply observ … more →
wrote 8 months ago: Maybe Mockito sounds today an old school way to write a test since Arquillian is out but it keeps so … more →
wrote 8 months ago: Mockito team provides two jars: mockito-core.jar and mockito-all.jar. Which is better to choose for … more →
wrote 8 months ago: I have a new favourite drink: Mockito! For my Computer Science thesis, I worked with the annotation … more →