- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for testshare (0.17 seconds)
-
src/test/java/org/codelibs/fess/ds/DataStoreFactoryTest.java
} } dir.delete(); } // Test add method with valid parameters @Test public void test_add_validParameters() { TestDataStore dataStore = new TestDataStore("TestStore"); dataStoreFactory.add("testName", dataStore); // Verify data store is registered with both the given name and class simple name assertNotNull(dataStoreFactory.getDataStore("testName"));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.2K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractIdleServiceTest.java
* * @author Chris Nokleberg * @author Ben Yu */ @NullUnmarked @GwtIncompatible @J2ktIncompatible public class AbstractIdleServiceTest extends TestCase { public void testStart() { TestService service = new TestService(); assertEquals(0, service.startUpCalled); service.startAsync().awaitRunning(); assertEquals(1, service.startUpCalled);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 7.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/base/StopwatchTest.java
} public void testInitialState() { assertFalse(stopwatch.isRunning()); assertEquals(0, stopwatch.elapsed(NANOSECONDS)); } public void testStart() { assertThat(stopwatch.start()).isSameInstanceAs(stopwatch); assertTrue(stopwatch.isRunning()); } public void testStart_whileRunning() { stopwatch.start();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 6.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/AbstractIdleServiceTest.java
* * @author Chris Nokleberg * @author Ben Yu */ @NullUnmarked @GwtIncompatible @J2ktIncompatible public class AbstractIdleServiceTest extends TestCase { public void testStart() { TestService service = new TestService(); assertEquals(0, service.startUpCalled); service.startAsync().awaitRunning(); assertEquals(1, service.startUpCalled);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 7.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/hash/HashingTest.java
HashTestUtils.checkNoFunnels(Hashing.md5()); HashTestUtils.assertInvariants(Hashing.md5()); assertThat(Hashing.md5().toString()).isEqualTo("Hashing.md5()"); } public void testSha1() { HashTestUtils.checkAvalanche(Hashing.sha1(), 100, 0.4); HashTestUtils.checkNo2BitCharacteristics(Hashing.sha1()); HashTestUtils.checkNoFunnels(Hashing.sha1()); HashTestUtils.assertInvariants(Hashing.sha1());
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 26.7K bytes - Click Count (2) -
guava-tests/test/com/google/common/reflect/TypeTokenTest.java
new TypeParameter<T>() {}, (TypeToken<T>) TypeToken.of(new TypeCapture<T>() {}.capture()))); } @SuppressWarnings("JUnitIncompatibleType") public void testWhere() { assertEquals(new TypeToken<Map<String, Integer>>() {}, mapOf(String.class, Integer.class)); // Type inference is doomed here: int.class is the same as Integer.class, so this is comparing
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 89.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java
new TypeParameter<T>() {}, (TypeToken<T>) TypeToken.of(new TypeCapture<T>() {}.capture()))); } @SuppressWarnings("JUnitIncompatibleType") public void testWhere() { assertEquals(new TypeToken<Map<String, Integer>>() {}, mapOf(String.class, Integer.class)); // Type inference is doomed here: int.class is the same as Integer.class, so this is comparing
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 89.3K bytes - Click Count (0)