Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Step05.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- What if we combine a matcher with hardcoded value when stubbing.
- Mock a few other List Methods.
- What happens if an unstubbed method is called?
- By default, for all methods that return a value, a mock will return either null, a a primitive/primitive wrapper value, or an empty collection, as appropriate. For example 0 for an int/Integer and false for a boolean/Boolean.
- By default, for all methods that return a value, a mock will return either null, a primitive/primitive wrapper value, or an empty collection, as appropriate. For example 0 for an int/Integer and false for a boolean/Boolean.

## Files List
### /pom.xml
Expand Down