- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for pythonJob (0.09 sec)
-
src/test/java/org/codelibs/fess/job/PythonJobTest.java
public void test_filename() { assertNull(pythonJob.filename); PythonJob result = pythonJob.filename("test.py"); assertSame(pythonJob, result); assertEquals("test.py", pythonJob.filename); } // Test single argument addition public void test_arg() { assertTrue(pythonJob.argList.isEmpty()); PythonJob result = pythonJob.arg("arg1");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K bytes - Viewed (0)