short write-up about Kotest's fakery, test doubles...
# feed
a
short write-up about Kotest's fakery, test doubles, and functional programming https://github.com/kotest/kotest-cookbook/blob/master/README.md#using-test-doubles-and-fakery
❤️ 3
kotest intensifies 3
y
The
HasAnswer
example can be made a
fun interface
btw, thus not sacrificing the conciseness of the test code.
a
Very interesting @Youssef Shoaib [MOD] - can you share how SpringBoot injects a
fun interface
?
y
You can just inherit from a
fun interface
as normal.
gratitude thank you 1