-
Test double is one of the key concepts of TDD(Test Driven Development). Test Double is a generic term for any case where you replace a production object for testing purposes. There are various kinds of test doubles: Dummies, Stubs, Mocks, Spies, Fakes. Whew, what on earth is that? Alright, let's check them out one by โฆ
Read More