Mocking in Java
How to Program with Java Podcast - Ein Podcast von Trevor Page: Java Guru | Programmer | Teacher
Kategorien:
In this episode you'll hear what mocking is all about and how it can be used to help you in your unit testing journey. Mocking is all about testing chunks of code in solutide, without having any dependecies on other Objects (as this would sully your unit test).