Searched refs:getStrictI18n (Results 1 – 5 of 5) sorted by relevance
40 assertTrue(RunnerForTesting.instance.robolectricConfig.getStrictI18n()); in internalBeforeTest_setsI18nStrictModeFromProperty()46 assertFalse(RunnerForTesting.instance.robolectricConfig.getStrictI18n()); in internalBeforeTest_clearsI18nStrictModeFromProperty()57 assertFalse(RunnerForTesting.instance.robolectricConfig.getStrictI18n()); in internalBeforeTest_doesNotsetI18nStrictModeFromSystemIfPropertyAbsent()77 assertTrue(RunnerForTesting.instance.robolectricConfig.getStrictI18n()); in createResourceLoader_setsI18nStrictModeForResourceLoader()78 assertTrue(loader.getStrictI18n()); in createResourceLoader_setsI18nStrictModeForResourceLoader()
245 public boolean getStrictI18n() { in getStrictI18n() method in RobolectricConfig
581 resourceLoader.setStrictI18n(robolectricConfig.getStrictI18n());
51 strictI18n = robolectricConfig.getStrictI18n(); in configure()
119 public boolean getStrictI18n() { in getStrictI18n() method in ResourceLoader