- Sort Score
- Result 10 results
- Languages All
Results 1031 - 1040 of 1,601 for checks (0.05 sec)
-
src/test/java/jcifs/util/SmbCircuitBreakerTest.java
try { Thread.sleep(300); } catch (InterruptedException e) {} return "slow"; }); // Check metrics assertTrue(cbWithMetrics.getAverageResponseTime() > 0, "Average response time should be tracked"); assertTrue(cbWithMetrics.getMinResponseTime() > 0, "Min response time should be tracked");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 23.2K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Stream.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 18:57:05 UTC 2025 - 22.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheBuilderTest.java
.start(); // wait for the computingEntry to be created computationStarted.await(); cache.invalidateAll(); // let the computation proceed computingLatch.countDown(); // don't check cache.size() until we know the get("b") call is complete computationComplete.await(); // At this point, the listener should be holding the seed value (a -> a), and the map should
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheBuilderTest.java
.start(); // wait for the computingEntry to be created computationStarted.await(); cache.invalidateAll(); // let the computation proceed computingLatch.countDown(); // don't check cache.size() until we know the get("b") call is complete computationComplete.await(); // At this point, the listener should be holding the seed value (a -> a), and the map should
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/AbstractNetworkTest.java
// The choice of the size() method to call here is arbitrary. We assume that if any of the Set // methods executes the validation check, they all will, and thus we only need to test one of // them to ensure that the validation check happens and has the expected behavior. assertNodeRemovedFromGraphErrorMessage( assertThrows(IllegalStateException.class, n1AdjacentNodes::size));
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 32.7K bytes - Viewed (0) -
okhttp/src/jvmMain/kotlin/okhttp3/internal/platform/ConscryptPlatform.kt
val trustManagers = TrustManagerFactory .getInstance(TrustManagerFactory.getDefaultAlgorithm()) .apply { init(null as KeyStore?) }.trustManagers!! check(trustManagers.size == 1 && trustManagers[0] is X509TrustManager) { "Unexpected default trust managers: ${trustManagers.contentToString()}" } val x509TrustManager = trustManagers[0] as X509TrustManager
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtlmAuthenticator.java
* If this method returns <code>null</code> the <code>SmbAuthException</code> that triggered the authenticator check will simply be rethrown. The default implementation returns <code>null</code>. * @return the authentication credentials or null if none available */ protected NtlmPasswordAuthentication getNtlmPasswordAuthentication() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.7K bytes - Viewed (0) -
docs/em/docs/tutorial/query-params.md
* `limit=10`: âŠī¸ đ đĸ đ˛ ## đĻ đĸ đ đ, đ đĒ đŖ đĻ đĸ đĸ, â đĢ đĸ `None`: {* ../../docs_src/query_params/tutorial002.py hl[9] *} đ đŧ, đĸ đĸ `q` đ đĻ, & đ `None` đĸ. /// check đ đ **FastAPI** đ đĨ đ đ ⥠đĸ `item_id` ⥠đĸ & `q` đĢ,, âĢī¸ đĸ đĸ. /// ## đĸ đĸ đ đ ī¸ đ đĒ đŖ `bool` đ, & đĢ đ đ: {* ../../docs_src/query_params/tutorial003.py hl[9] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/AllocInfoTest.java
} @Test @DisplayName("Should support available space check pattern") void shouldSupportAvailableSpaceCheckPattern() { // Given TestAllocInfo allocInfo = new TestAllocInfo(1024L * 1024L, 512L * 1024L); long requiredSpace = 256L * 1024L; // When - check if enough space available boolean hasEnoughSpace = allocInfo.getFree() >= requiredSpace;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/analysis/SuggestAnalyzerTest.java
assertNotNull(tokens); assertEquals(2, tokens.size()); assertEquals("test", tokens.get(0).getTerm()); assertEquals("text", tokens.get(1).getTerm()); // Check that readings are added assertEquals("TEST", ((TestAnalyzeToken) tokens.get(0)).getReading()); assertEquals("TEXT", ((TestAnalyzeToken) tokens.get(1)).getReading()); } @Test
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 15.7K bytes - Viewed (0)