Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 17 of 17 for stubbed (0.24 seconds)

  1. android/guava-tests/test/com/google/common/util/concurrent/ForwardingObjectTester.java

            .testForwarding(
                interfaceType,
                delegate -> {
                  T mock = mock(forwarderClass, CALLS_REAL_METHODS);
                  try {
                    T stubber = doReturn(delegate).when(mock);
                    DELEGATE_METHOD.invoke(stubber);
                  } catch (Exception e) {
                    throw new RuntimeException(e);
                  }
                  return mock;
                });
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 2.8K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/util/concurrent/ForwardingObjectTester.java

            .testForwarding(
                interfaceType,
                delegate -> {
                  T mock = mock(forwarderClass, CALLS_REAL_METHODS);
                  try {
                    T stubber = doReturn(delegate).when(mock);
                    DELEGATE_METHOD.invoke(stubber);
                  } catch (Exception e) {
                    throw new RuntimeException(e);
                  }
                  return mock;
                });
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 2.8K bytes
    - Click Count (0)
  3. mkdocs.yml

          emoji_generator: !!python/name:material.extensions.emoji.to_svg
      - pymdownx.inlinehilite
      - pymdownx.magiclink
      - pymdownx.smartsymbols
      - pymdownx.superfences
      - pymdownx.tilde
      - pymdownx.tabbed:
          alternate_style: true
      - tables
    
    plugins:
      - search
      - redirects:
          redirect_maps:
            # Redirect all feature pages to features/*
            'caching.md': 'features/caching.md'
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Nov 21 07:19:31 GMT 2024
    - 3.9K bytes
    - Click Count (0)
  4. src/test/java/org/codelibs/fess/job/IndexExportJobTest.java

            final Map<String, Object> source = new LinkedHashMap<>();
            source.put("title", "Title with \"quotes\" and \\backslash");
            source.put("content", "Line1\nLine2\tTabbed");
    
            final String json = new JsonIndexExportFormatter().format(source, Collections.emptySet());
    
            assertTrue(json.contains("\\\"quotes\\\""));
            assertTrue(json.contains("\\\\backslash"));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 09:08:38 GMT 2026
    - 66.1K bytes
    - Click Count (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    into its eyes again, to see if there were any tears.
    
      No, there were no tears.  `If you're going to turn into a pig,
    my dear,' said Alice, seriously, `I'll have nothing more to do
    with you.  Mind now!'  The poor little thing sobbed again (or
    grunted, it was impossible to say which), and they went on for
    some while in silence.
    
      Alice was just beginning to think to herself, `Now, what am I
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Click Count (0)
  6. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    into its eyes again, to see if there were any tears.
    
      No, there were no tears.  `If you're going to turn into a pig,
    my dear,' said Alice, seriously, `I'll have nothing more to do
    with you.  Mind now!'  The poor little thing sobbed again (or
    grunted, it was impossible to say which), and they went on for
    some while in silence.
    
      Alice was just beginning to think to herself, `Now, what am I
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Click Count (0)
  7. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    \u0000\u4000\ubb77\u0000\u4000\ubb81\u0000\u4000\ubb8e\u0000\u4000\ubb97\u0000\u4000\ubba1\u0000\u4000\ubba9\u0000\u4000\ubbb3\u0000\u4000\ubbbb\u0000\u4000\ubbc4\u0000\u4000\ubbca\u0000\u4000\ubbd1\u0000\u4000\ubbda\u0000\u4000\ubbe3\u0000\u4000\ubbed\u0000\u4000\ubbf5\u0000\u4000\ubbfb\u0000\u4000\ubc05\u0000\u4000\ubc0c\u0000\u4000\ubc11\u0000\u4000\ubc18\u0000\u4000\ubc21\u0000\u4000\ubc29\u0000\u4000\ubc32\u0000\u4000\ubc3c\u0000\u4000\ubc44\u0000\u4000\ubc4b\u0000\u4000\ubc50\u0000\u4000\u...
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 06 20:41:51 GMT 2026
    - 290.5K bytes
    - Click Count (1)
Back to Top