ooo I don't like that at all 😭
no kotest :(
no mockk :((

i use mockk for all my fakery because I can route behaviour to custom stuff and I don't need to create an actual object. I just say "this property when called returns x". I use that for my unit tests so I can isolate

Comments