Timeline for When mocking a class in a unit test, how should I handle dependency classes that have multiple similar get methods?
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 5, 2022 at 15:00 | history | tweeted | twitter.com/StackSoftEng/status/1566803352528224257 | ||
| Sep 4, 2022 at 13:48 | history | edited | krazune | CC BY-SA 4.0 | added 181 characters in body |
| Sep 4, 2022 at 13:12 | comment | added | Doc Brown | @KilianFoth: sounds like a good start for an answer noone else has given so far. | |
| Sep 4, 2022 at 4:23 | answer | added | casablanca | timeline score: 5 | |
| Sep 3, 2022 at 20:23 | answer | added | Flater | timeline score: 0 | |
| Sep 2, 2022 at 16:23 | answer | added | nvoigt | timeline score: 1 | |
| Sep 2, 2022 at 13:52 | answer | added | VoiceOfUnreason | timeline score: 3 | |
| Sep 2, 2022 at 13:36 | history | edited | krazune | CC BY-SA 4.0 | edited title |
| Sep 2, 2022 at 13:33 | comment | added | Kilian Foth | This right here is one of the the prime reasons why the trend in software engineering is towards functional interfaces. If your reader class had only one method, or if you imported it via a functional interface, then there couldn't be any doubt about which method you have to support. | |
| Sep 2, 2022 at 13:23 | answer | added | Ewan | timeline score: 0 | |
| S Sep 2, 2022 at 13:09 | review | First questions | |||
| Sep 2, 2022 at 13:52 | |||||
| S Sep 2, 2022 at 13:09 | history | asked | krazune | CC BY-SA 4.0 |