- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for toBeDisposable (0.05 sec)
-
src/test/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistantTest.java
assertEquals("Logic", result[4]); assertEquals("LogicImpl", result[5]); } // Test toBeDisposable with null process public void test_toBeDisposable_nullProcess() { // Should not throw exception invokerAssistant.toBeDisposable(null); } // Test toBeDisposable with valid process public void test_toBeDisposable_validProcess() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistant.java
* @return array of default bypass invoke names */ @Override public String[] assistByPassInvokeNames() { return DEFAULT_BYPASS_INVOKE_NAMES; } @Override public void toBeDisposable(final DisposableProcess callerProcess) { // TODO Auto-generated method stub }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.1K bytes - Viewed (0)