Searched refs:processStringResources (Results 1 – 4 of 4) sorted by relevance
40 assertThat(StringResources.processStringResources(t.getKey())).isEqualTo(t.getValue()); in escape_shouldEscapeCodePoints()46 assertThat(StringResources.processStringResources(" ")).isEmpty(); in shouldTrimWhitespace()47 …assertThat(StringResources.processStringResources("Trailingwhitespace ")).isEqualTo("Trailingwh… in shouldTrimWhitespace()48 …assertThat(StringResources.processStringResources("Leadingwhitespace ")).isEqualTo("Leadingwhit… in shouldTrimWhitespace()53 …assertThat(StringResources.processStringResources("Whitespace in the middle")).is… in shouldCollapseInternalWhiteSpaces()54 …assertThat(StringResources.processStringResources("Some\n\n\n\nNewlines")).isEqualTo("Some Newline… in shouldCollapseInternalWhiteSpaces()66 assertThat(StringResources.processStringResources(t.getKey())).isEqualTo(t.getValue()); in escape_shouldRemoveUnescapedDoubleQuotes()73 assertThat(StringResources.processStringResources("\\ \\a\\b\\c\\d\\e\\ ")).isEqualTo(""); in escape_shouldIgnoreUnsupportedEscapeCodes()82 assertThat(StringResources.processStringResources(t.getKey())).isEqualTo(t.getValue()); in escape_shouldSupport()99 StringResources.processStringResources(t); in testInvalidCodePoints()
33 s = StringResources.processStringResources(s); in onEnd()
18 public static String processStringResources(String inputValue) { in processStringResources() method in StringResources
174 return StringResources.processStringResources(currentNode.getTextContent()); in getText()329 return StringResources.processStringResources(value); in qualify()