https://github.com/ericdriussi/testing-toolbox-ts
Companion repo for some blog entries
https://github.com/ericdriussi/testing-toolbox-ts
fixtures tdd testing
Last synced: 11 months ago
JSON representation
Companion repo for some blog entries
- Host: GitHub
- URL: https://github.com/ericdriussi/testing-toolbox-ts
- Owner: EricDriussi
- Created: 2022-04-15T14:27:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T12:33:07.000Z (about 4 years ago)
- Last Synced: 2025-01-09T15:56:38.169Z (over 1 year ago)
- Topics: fixtures, tdd, testing
- Language: TypeScript
- Homepage: https://unixmagick.xyz/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing Toolbox!
> Companion repo for [this](https://unixmagick.xyz/testing-convenience/) and [this](https://unixmagick.xyz/testing-isolation/) entry on my [blog](https://unixmagick.xyz/).
This repo contains some simple, practical examples of the concepts covered in the above-mentioned posts:
- Fixture
- Builder
- ObjectMother
- Dummy
- Fake
- Stub
- Spy
- Mock
The `master` branch only contains boilerplate.
You'll find the examples in the accordingly named branches!
## Note
Please keep in mind that these are just simple examples of useful testing tools.
Concrete implementations are not to be taken seriously and the '*production code*' in this repo is kinda silly to say the least ;-).