Or maybe ```every { mock.method() } answers { 1 } ...
# mockk
l
Or maybe
Copy code
every { mock.method() } answers {
1 }
andThen {
2
}