mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Update README
This commit is contained in:
parent
03c6a08146
commit
4684840d2f
1 changed files with 4 additions and 3 deletions
|
@ -310,14 +310,15 @@ Items not marked as completed may have partial implementations.
|
|||
- [X] `have_attributes`
|
||||
- [ ] Compound - `and`, `or`
|
||||
- [ ] Mocks and Doubles
|
||||
- [ ] Mocks (Stub real types) - `mock TYPE { }`
|
||||
- [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()`
|
||||
- [ ] Spies - `expect().to receive()`
|
||||
- [X] Spies - `expect().to receive()`
|
||||
- [X] Message expectations - `expect().to receive().at_least()`
|
||||
- [X] Argument expectations - `expect().to receive().with()`
|
||||
- [ ] Message ordering - `expect().to receive().ordered`
|
||||
- [ ] Null doubles
|
||||
- [X] Null doubles
|
||||
- [X] Verifying doubles
|
||||
- [ ] Runner
|
||||
- [X] Fail fast
|
||||
- [ ] Test filtering - by name, context, and tags
|
||||
|
|
Loading…
Reference in a new issue