-
public final class TestIocKt
-
-
Field Summary
Fields Modifier and Type Field Description private Kodein.ModuletestTranslatorModuleprivate final List<Kodein.Module>testModulesprivate TestContextcurrentTestContext
-
Method Summary
Modifier and Type Method Description Kodein.ModulegetTestTranslatorModule()Module containing TranslatorEngine. Kodein.ModulesetTestTranslatorModule(Kodein.Module testTranslatorModule)Module containing TranslatorEngine. final List<Kodein.Module>getTestModules()Test modules injected in testInjector. TestContextgetCurrentTestContext()The current TestContext used when test parallelism is not a requirement. TestContextsetCurrentTestContext(TestContext currentTestContext)The current TestContext used when test parallelism is not a requirement. -
-
Method Detail
-
getTestTranslatorModule
Kodein.Module getTestTranslatorModule()
Module containing TranslatorEngine.
-
setTestTranslatorModule
Kodein.Module setTestTranslatorModule(Kodein.Module testTranslatorModule)
Module containing TranslatorEngine.
-
getTestModules
final List<Kodein.Module> getTestModules()
Test modules injected in testInjector.
-
getCurrentTestContext
TestContext getCurrentTestContext()
The current TestContext used when test parallelism is not a requirement.
-
setCurrentTestContext
TestContext setCurrentTestContext(TestContext currentTestContext)
The current TestContext used when test parallelism is not a requirement.
-
-
-
-