Condensing Tests in Kotlin : Dependencies
My current team maintains an application built using Spring and Kotlin. We have several thousand unit and integration tests. I’m a big fan of condensing code as much as possible, so long as it remains legibile. A lot of our older integration tests in particular take the following form: Using default Kotlin formatting, the dependencies for the tests take up 3 lines each. This could […]
Condensing Tests in Kotlin : Dependencies Continue Reading »