You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ This folder contains the design documents for the project.
31
31
32
32
### Mutation Notes:
33
33
- The mutation in `CardPile.addCardAt` is an equivalent mutation
34
+
- We don't test the call to java/util/Collections::shuffle. This is a static function from a standard library, so we can assume that it is highly reliable.
34
35
35
36
### General testing justifications:
36
37
- Suppressed unchecked type casting warnings in card pile tests due to needing a workaround for mocking shuffling feature
0 commit comments