Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Coverage (0.04 sec)

  1. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

            return queryHelper.build(SearchRequestType.SEARCH, query, context -> {
                context.skipRoleQuery();
            });
        }
    
        // Additional test methods for improved coverage
    
        public void test_getSortPrefix() {
            assertEquals("sort:", queryHelper.getSortPrefix());
        }
    
        public void test_setSortPrefix() {
            queryHelper.setSortPrefix("customSort:");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

         * traverse. When nodes would otherwise be changed, new nodes are created to replace them. This
         * works well for hash tables since the bin lists tend to be short. (The average length is less
         * than two.)
         *
         * Read operations can thus proceed without locking, but rely on selected uses of volatiles to
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 90K bytes
    - Viewed (0)
Back to top