poohbar
every { myMock.someVoidMethod(any()) } just runs
every { myMock.modifyString(any()) } answers { "${firstArg<String>()}_modified" }