Mikhail
data class Bean(val message: String = "hello") val mock = mockk<Bean>(relaxed = true) mock.message // "hello" ?
ephemient
@ConfigurationProperties
Mattia Tommasone
A modern programming language that makes developers happier.