- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_args_empty (0.09 sec)
-
src/test/java/org/codelibs/fess/job/PythonJobTest.java
assertEquals("arg2", pythonJob.argList.get(1)); assertEquals("arg3", pythonJob.argList.get(2)); } // Test args with empty array public void test_args_empty() { PythonJob result = pythonJob.args(); assertSame(pythonJob, result); assertTrue(pythonJob.argList.isEmpty()); } // Test combining arg and args methods
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K bytes - Viewed (0)