Levi
ApplicationConfig
testApplication
config.property("foo").getString()
Unresolved reference: config
environment.config.property("foo").getString()
Cannot access 'environment': it is internal in 'ApplicationTestBuilder'
Aleksei Tirman [JB]
application
@Test fun test() = testApplication { application { environment.config.property("foo").getString() } }
A modern programming language that makes developers happier.