lucasqueiroz
02/06/2020, 3:19 PMraniejade
02/07/2020, 10:56 AMApplicationContext
directly. I've tried writing a spring extension before but I lost interest (as I don't use spring that much): https://github.com/spekframework/spek-spring-extensionlucasqueiroz
02/09/2020, 1:10 AMraniejade
02/11/2020, 5:38 AMwhere the tests are inside a init block?Not gonna happen, the current way we do things already works - having a class to wrap for your test is an unnecessary ceremony (later on once kotlin scripting matures, we could ditch it and just write tests directly in a
.kts
file). A fix to this is to have a spring extension implemented.lucasqueiroz
02/17/2020, 12:15 AM