mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Update checklist
This commit is contained in:
parent
7e09016e5c
commit
f4c5caa656
1 changed files with 4 additions and 4 deletions
|
@ -360,10 +360,10 @@ Items not marked as completed may have partial implementations.
|
|||
- [X] Mocks (Stub real types) - `mock TYPE { }`
|
||||
- [X] Doubles (Stand-ins for real types) - `double NAME { }`
|
||||
- [X] Method stubs - `allow().to receive()`, `allow().to receive().and_return()`
|
||||
- [X] Spies - `expect().to have_receive()`
|
||||
- [ ] Message expectations - `expect().to receive().at_least()`
|
||||
- [X] Argument expectations - `expect().to receive().with()`
|
||||
- [ ] Message ordering - `expect().to receive().ordered`
|
||||
- [X] Spies - `expect().to have_received()`
|
||||
- [X] Message expectations - `expect().to have_received().at_least()`
|
||||
- [X] Argument expectations - `expect().to have_received().with()`
|
||||
- [ ] Message ordering - `expect().to have_received().ordered`
|
||||
- [X] Null doubles
|
||||
- [X] Runner
|
||||
- [X] Fail fast
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue