Package org.robolectric.shadows
Class ShadowLocaleData
- java.lang.Object
-
- org.robolectric.shadows.ShadowLocaleData
-
@Implements(value=libcore.icu.LocaleData.class, isInAndroidSdk=false) public class ShadowLocaleData extends Object
Robolectric only supports en_US regardless of the default locale set in the JVM.
-
-
Field Summary
Fields Modifier and Type Field Description static String
REAL_CLASS_NAME
-
Constructor Summary
Constructors Constructor Description ShadowLocaleData()
-
-
-
Field Detail
-
REAL_CLASS_NAME
public static final String REAL_CLASS_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
@Implementation public static libcore.icu.LocaleData get(Locale locale)
-
-