Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 80 of 252 for testId1 (0.07 seconds)

  1. src/test/java/org/codelibs/fess/app/pager/GroupPagerTest.java

            assertEquals(pageNumberList, groupPager.getPageNumberList());
    
        }
    
        public void test_clear() {
            GroupPager groupPager = new GroupPager();
            groupPager.id = "testId";
            groupPager.name = "testName";
            groupPager.versionNo = "1";
            groupPager.setAllRecordCount(100);
            groupPager.setAllPageCount(10);
            groupPager.setExistPrePage(true);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 12:58:11 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/app/pager/PathMapPagerTest.java

            assertEquals(pageNumberList, pathMapPager.getPageNumberList());
    
        }
    
        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);
    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)
  3. android/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapAsMapTester.java

    import org.jspecify.annotations.Nullable;
    import org.junit.Ignore;
    
    /**
     * Testers for {@link SetMultimap#asMap}.
     *
     * @author Louis Wasserman
     * @param <K> The key type of the tested multimap.
     * @param <V> The value type of the tested multimap.
     */
    @GwtCompatible
    @Ignore("test runners must not instantiate and run this directly, only via suites we build")
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue May 13 17:27:14 GMT 2025
    - 4.3K bytes
    - Click Count (0)
  4. android/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

     *       tested in isolation.
     *   <li>The documentation style for testcases is to provide as javadoc a simple sentence or two
     *       describing the property that the testcase method purports to test. The javadocs do not say
     *       anything about how the property is tested. To find out, read the code.
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Mar 07 02:20:33 GMT 2026
    - 8.8K bytes
    - Click Count (0)
  5. guava-tests/test/com/google/common/graph/AbstractGraphTest.java

      static final String ERROR_ADDED_SELF_LOOP = "Should not be allowed to add a self-loop edge.";
    
      /** Creates and returns an instance of the graph to be tested. */
      abstract Graph<Integer> createGraph();
    
      /**
       * A proxy method that adds the node {@code n} to the graph being tested. In case of Immutable
       * graph implementations, this method should replace {@link #graph} with a new graph that includes
       * this node.
       */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Oct 07 15:57:03 GMT 2025
    - 17.3K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/app/pager/SynonymPagerTest.java

            assertEquals(pageNumberList, synonymPager.getPageNumberList());
    
        }
    
        public void test_clear() {
            SynonymPager synonymPager = new SynonymPager();
            synonymPager.id = "testId";
            synonymPager.setAllRecordCount(100);
            synonymPager.setAllPageCount(10);
            synonymPager.setExistPrePage(true);
            synonymPager.setExistNextPage(true);
    
            synonymPager.clear();
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 12:58:11 GMT 2026
    - 2.9K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/app/pager/LabelTypePagerTest.java

            assertEquals(pageNumberList, labelTypePager.getPageNumberList());
    
        }
    
        public void test_clear() {
            LabelTypePager labelTypePager = new LabelTypePager();
            labelTypePager.id = "testId";
            labelTypePager.name = "testName";
            labelTypePager.versionNo = "1";
            labelTypePager.setAllRecordCount(100);
            labelTypePager.setAllPageCount(10);
            labelTypePager.setExistPrePage(true);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 12:58:11 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  8. src/test/java/org/codelibs/fess/app/pager/RelatedContentPagerTest.java

        }
    
        public void test_clear() {
            RelatedContentPager relatedContentPager = new RelatedContentPager();
            relatedContentPager.id = "testId";
            relatedContentPager.term = "testTerm";
            relatedContentPager.versionNo = "1";
            relatedContentPager.setAllRecordCount(100);
            relatedContentPager.setAllPageCount(10);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 12:58:11 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  9. src/test/java/org/codelibs/fess/app/pager/RoleTypePagerTest.java

            assertEquals(pageNumberList, roleTypePager.getPageNumberList());
    
        }
    
        public void test_clear() {
            RoleTypePager roleTypePager = new RoleTypePager();
            roleTypePager.id = "testId";
            roleTypePager.name = "testName";
            roleTypePager.versionNo = "1";
            roleTypePager.setAllRecordCount(100);
            roleTypePager.setAllPageCount(10);
            roleTypePager.setExistPrePage(true);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 12:58:11 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  10. docs/security/security_providers.md

    | Android default  | ✅      | Android 10+  | [BoringSSL]     |                                                              |
    | [GraalVM]        | ✅      |              | [OpenJDK]       | Only actively tested with JDK 11, not with 8 target          |
    | [Bouncy Castle]  | ✅      |              | [Bouncy Castle] | [Tracking bug.][bug5698]                                     |
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 1.7K bytes
    - Click Count (0)
Back to Top