BryanT
04/18/2023, 5:31 PMBryanT
04/18/2023, 5:32 PMval injector = Guice.createInjector(modules)
env = injector.getInstance(ApplicationEngineEnvironment::class.java)
@Test
fun greetingApiTest() = withApplication(env!!) {
...
BryanT
04/18/2023, 5:41 PMBryanT
04/18/2023, 5:42 PMAndrew O'Hara
04/18/2023, 7:00 PMBryanT
04/18/2023, 7:37 PMAndrew O'Hara
04/18/2023, 8:28 PMBryanT
04/18/2023, 11:07 PMAndrew O'Hara
04/18/2023, 11:35 PM