apatrida
class MyTest() { companion object { @JvmStatic @BeforeClass fun setupClass() { Injekt.addSingletonFactory { ... } } } @Test fun testSomething() { val g = Goo() } }