poohbar
every { myMock.foo("param") } returns mockk<MyClass>().also { every { it.bar(any()) } returns true }
no answer found for: Xyz(#36).foo(param)