tim
04/11/2022, 8:45 AMRuntime.getRuntime().addShutdownHook(…)
but was curious if there’s something exposed by kotest to more easily accomplish this?wasyl
04/11/2022, 9:12 AMAbstractProjectConfig
and override the `beforeAll`/`afterAll` methods. Some docs about project configuration class (although it doesn’t mention the before/after hooks): https://kotest.io/docs/framework/project-config.htmltim
04/11/2022, 1:15 PMwasyl
04/11/2022, 1:16 PMtim
04/11/2022, 1:17 PMsam
04/13/2022, 5:59 PM