I have a bunch of deps to a class and end up with ...
# mockk
d
I have a bunch of deps to a class and end up with a BIG mess of declarations and `every`s for each of them before each test. I would be curious if there's a better way...