Package org.robolectric.res
Class StringResources
- java.lang.Object
-
- org.robolectric.res.StringResources
-
public class StringResources extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StringResources()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringprocessStringResources(java.lang.String inputValue)Processes String resource values in the same way real Android does, namely:- 1) Trim leading and trailing whitespace.
-