- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testStop (0.09 sec)
-
src/test/java/org/codelibs/fess/ds/DataStoreTest.java
// Execute with null params dataStore.store(config, callback, null); assertTrue(storeCalled.get()); } public void test_stop() { // Test stop method final AtomicBoolean stopCalled = new AtomicBoolean(false); dataStore = new DataStore() { @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java
} assertThat(map).containsExactlyEntriesIn(expected).inOrder(); } /** No-op test so that the class has at least one method, making Maven's test runner happy. */ public void testNoop() {}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 21.2K bytes - Viewed (0)