Package org.robolectric.res
Class StringResources
java.lang.Object
org.robolectric.res.StringResources
public class StringResources extends Object
-
Constructor Summary
Constructors Constructor Description StringResources()
-
Method Summary
Modifier and Type Method Description static String
processStringResources(String inputValue)
Processes String resource values in the same way real Android does, namely:- 1) Trim leading and trailing whitespace.
-
Constructor Details
-
StringResources
public StringResources()
-
-
Method Details
-
processStringResources
Processes String resource values in the same way real Android does, namely:- 1) Trim leading and trailing whitespace. 2) Converts code points. 3) Escapes
-