- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for testTable (0.05 seconds)
-
internal/s3select/select_test.go
{"id": 2,"title": "Second Record","desc": "another text","numbers": [2, 3.0, 4]} {"id": 3,"title": "Second Record","desc": "another text","nested": [[2, 3.0, 4], [7, 8.5, 9]]}` testTable := []struct { name string query string requestXML []byte // override request XML wantResult string withJSON string // Override JSON input }{ { name: "select-in-array-full",Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 76.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java
return 3; } }); helper.tryStartOperation("test_op", null); assertEquals(3, passedRetries.get()); } /** * Creates a testable CoordinatorHelper that overrides tryStartOperation(name,data,retries) * to simulate "create always fails" (no OpenSearch), preserving the retry/cleanup dispatch logic. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 58.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java
assertEquals("Q2", request.getMessages().get(0).getContent()); assertEquals("Q3", request.getMessages().get(1).getContent()); } // ========== Testable subclass ========== @FunctionalInterface interface StreamChatCapture { void capture(LlmChatRequest request, LlmStreamCallback callback); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 53K bytes - Click Count (0)