mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add Mocks and Doubles to README
This commit is contained in:
parent
14c7a46452
commit
a49f8eaa71
1 changed files with 6 additions and 0 deletions
|
@ -309,6 +309,12 @@ Items not marked as completed may have partial implementations.
|
||||||
- [X] `change[.by|.from[.to]|.to|.by_at_least|.by_at_most]`
|
- [X] `change[.by|.from[.to]|.to|.by_at_least|.by_at_most]`
|
||||||
- [X] `have_attributes`
|
- [X] `have_attributes`
|
||||||
- [ ] Compound - `and`, `or`
|
- [ ] Compound - `and`, `or`
|
||||||
|
- [ ] Mocks and Doubles
|
||||||
|
- [ ] Mocks (Stub real types)
|
||||||
|
- [ ] Doubles (Stand-ins for real types)
|
||||||
|
- [ ] Method stubs
|
||||||
|
- [ ] Spies
|
||||||
|
- [ ] Null doubles
|
||||||
- [ ] Runner
|
- [ ] Runner
|
||||||
- [X] Fail fast
|
- [X] Fail fast
|
||||||
- [ ] Test filtering - by name, context, and tags
|
- [ ] Test filtering - by name, context, and tags
|
||||||
|
|
Loading…
Reference in a new issue