- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for deliberate (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
spy.verifyCallCount(2); } @J2ktIncompatible @GwtIncompatible // lazyTransform public void testLazyTransform_exception() throws Exception { RuntimeException exception = new RuntimeException("deliberate"); Function<Integer, String> function = unused -> { throw exception; }; Future<String> transformed = lazyTransform(immediateFuture(1), function); ExecutionException expected =
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
spy.verifyCallCount(2); } @J2ktIncompatible @GwtIncompatible // lazyTransform public void testLazyTransform_exception() throws Exception { RuntimeException exception = new RuntimeException("deliberate"); Function<Integer, String> function = unused -> { throw exception; }; Future<String> transformed = lazyTransform(immediateFuture(1), function); ExecutionException expected =
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0) -
cmd/object-handlers_test.go
// Expected output of CompleteMultipartUpload. expectedContent []byte // Expected HTTP Response status. expectedRespStatus int }{ // Test case - 1. // Upload and PartNumber exists, But a deliberate ETag mismatch is introduced. { bucket: bucketName, object: objectName, uploadID: uploadIDs[0], parts: inputParts[0].parts, accessKey: credentials.AccessKey,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 163.1K bytes - Click Count (0)