I tried to add a configuration context with `(Appl...
# server
a
I tried to add a configuration context with
(Application::class)
, but Kotlin expects a different type, so I'm just kind of at a blocker here. I'm starting with the Mockito example from Spring-Boot guide, but I assume something has been updated since that. I'm reviewing Mockito Kotlin documentation now, but may need to dig into Mockito itself to try and figure out what about the class setup is failing.