
#java#kotlin#spring#architecture
All You Need Is Lambdas: Java Tests Without a Mocking Framework
Most Java developers have written something like this. Maybe recently. @Test void...

Author profile
JVM-focused polyglot engineer. I write about Kotlin, Java, Go, distributed systems, and the architecture choices that outlive frameworks.
Browse the latest writing surfaced through DevArt.

Most Java developers have written something like this. Maybe recently. @Test void...

How long do you think this test takes to run? @Test fun `sleep sort should sort a list...