https://github.com/fabiante/testdouble-examples
Examples for test doubles in Golang
https://github.com/fabiante/testdouble-examples
example
Last synced: 7 months ago
JSON representation
Examples for test doubles in Golang
- Host: GitHub
- URL: https://github.com/fabiante/testdouble-examples
- Owner: fabiante
- Created: 2023-09-28T13:07:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T14:56:06.000Z (over 2 years ago)
- Last Synced: 2025-06-28T18:17:06.216Z (7 months ago)
- Topics: example
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Double Examples
This is an example project implementing various types of test doubles:
- Stubs
- Spies
- Mocks
- Fakes