-
- All Implemented Interfaces:
-
org.junit.rules.TestRule
public final class LocaleRule implements TestRuleThe test rule to switch locales.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcurrentLocaleName
-
Method Summary
Modifier and Type Method Description Statementapply(Statement base, Description description)final StringgetCurrentLocaleName()-
-
Method Detail
-
apply
Statement apply(Statement base, Description description)
-
getCurrentLocaleName
final String getCurrentLocaleName()
-
-
-
-