Searched refs:checkEncode (Results 1 – 1 of 1) sorted by relevance
173 void checkEncode(final String expected, final String input) in checkEncode() method in EncoderTestSuiteBuilder276 checkEncode(expected, input); in encode()279 checkEncode(_safeAffix + expected, _safeAffix + input); in encode()280 checkEncode(expected + _safeAffix, input + _safeAffix); in encode()281 checkEncode(_safeAffix + expected + _safeAffix, in encode()286 checkEncode(escapedAffix + expected, _unsafeAffix + input); in encode()287 checkEncode(expected + escapedAffix, input + _unsafeAffix); in encode()288 checkEncode(escapedAffix + expected + escapedAffix, in encode()412 checkEncode(input, input);