--
You received this message because you are subscribed to the Google Groups "mockito" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mockito+u...@googlegroups.com.
To post to this group, send email to moc...@googlegroups.com.
Visit this group at http://groups.google.com/group/mockito.
For more options, visit https://groups.google.com/groups/opt_out.
Concerning the “don’t mock what you don’t own” concept, we’ve discussed this in this list before (you can see my detailed response around 11/4/2013). Frankly, I’m skeptical. The types you don’t own are very likely exactly the types you need to mock. I don’t see the value of adding a facade class simply to say that you’re not mocking a type you don’t own.
--