Mocking in Java
How to Program with Java Podcast - Podcast autorstwa Trevor Page: Java Guru | Programmer | Teacher
Kategorie:
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).