Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testReplacements (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. guava-tests/test/com/google/common/escape/ArrayBasedUnicodeEscaperTest.java

          ImmutableMap.of(
              '\n', "<newline>",
              '\t', "<tab>",
              '&', "<and>");
      private static final char[] NO_CHARS = new char[0];
    
      public void testReplacements() throws IOException {
        // In reality this is not a very sensible escaper to have (if you are only
        // escaping elements from a map you would use a ArrayBasedCharEscaper).
        UnicodeEscaper escaper =
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Feb 18 15:41:04 GMT 2025
    - 5.2K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/app/pager/PathMapPagerTest.java

        }
    
        public void test_clear() {
            PathMapPager pathMapPager = new PathMapPager();
            pathMapPager.id = "testId";
            pathMapPager.regex = "testRegex";
            pathMapPager.replacement = "testReplacement";
            pathMapPager.versionNo = "1";
            pathMapPager.setAllRecordCount(100);
            pathMapPager.setAllPageCount(10);
            pathMapPager.setExistPrePage(true);
            pathMapPager.setExistNextPage(true);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 12:58:11 GMT 2026
    - 3.3K bytes
    - Click Count (0)
Back to Top