public class TestIocKt
@NotNull public static com.github.salomonbrys.kodein.Kodein.Module getTestTranslatorModule()
Module containing TranslatorEngine.
public static void setTestTranslatorModule(@NotNull
com.github.salomonbrys.kodein.Kodein.Module p)
Module containing TranslatorEngine.
@NotNull public static java.util.List<com.github.salomonbrys.kodein.Kodein.Module> getTestModules()
Test modules injected in testInjector.
@NotNull public static TestContext getCurrentTestContext()
The current class TestContext used when test parallelism is not a requirement.
class TestContextpublic static void setCurrentTestContext(@NotNull
TestContext p)
The current class TestContext used when test parallelism is not a requirement.
class TestContext