Bookmarks tagged [tdd]
https://www.youtube.com/watch?v=Af4M8GMoxi4
Confusion over test doubles starts with what to even call them. You might know them as stubs, proxies, mocks, or spies (but I call them test doubles, because a book you've probably never read declared...
- 📆 published on: 2018-03-05
- tags: testing, tdd, test-driven-development, javascript, web-development
https://www.youtube.com/watch?v=x3MvZ8DFrpE
Create HTTP mocks with WireMock’s REST API from any language for deterministic testing a...
https://www.baeldung.com/java-test-driven-list
Learn Test-Driven Development while implementing a List implementation in Java.
- tags: tdd, java
- source code
https://martinfowler.com/articles/mocksArentStubs.html
The article addresses among other things the following:
- The Difference Between Mocks and Stubs
- Classical and Mockist Testing
- driving TDD
- 📆 published on: 2007-01-02
- tags: mocking, testing, extreme-programming, tdd, stub