An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Test Double Examples

This is an example project implementing various types of test doubles:

- Stubs
- Spies
- Mocks
- Fakes