- Sort Score
- Num 10 results
- Language All
Results 1801 - 1810 of 3,422 for _extends (0.18 seconds)
-
android/guava-tests/test/com/google/common/collect/ImmutableListMultimapTest.java
/** * Tests for {@link ImmutableListMultimap}. * * @author Jared Levy */ @GwtCompatible @NullMarked public class ImmutableListMultimapTest extends TestCase { @J2ktIncompatible @AndroidIncompatible // test-suite builders public static class ImmutableListMultimapGenerator extends TestStringListMultimapGenerator { @Override protected ListMultimap<String, String> create(Entry<String, String>[] entries) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 24.2K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/FilesTest.java
* </ul> * * @author Chris Nokleberg */ @SuppressWarnings("InlineMeInliner") // many tests of deprecated methods @NullUnmarked public class FilesTest extends IoTestCase { @AndroidIncompatible // suites, ByteSourceTester (b/230620681) public static TestSuite suite() { TestSuite suite = new TestSuite(); suite.addTest( ByteSourceTester.tests(Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 22.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java
import org.mockito.InOrder; /** * Tests for MoreExecutors. * * @author Kyle Littlefield (klittle) */ @NullUnmarked @GwtIncompatible @J2ktIncompatible public class MoreExecutorsTest extends JSR166TestCase { private static final Runnable EMPTY_RUNNABLE = () -> {}; public void testDirectExecutorServiceServiceInThreadExecution() throws Exception {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 26.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/io/ByteStreamsTest.java
import java.util.Arrays; import org.jspecify.annotations.NullUnmarked; /** * Unit test for {@link ByteStreams}. * * @author Chris Nokleberg */ @NullUnmarked public class ByteStreamsTest extends IoTestCase { public void testCopyChannel() throws IOException { byte[] expected = newPreFilledByteArray(100); ByteArrayOutputStream out = new ByteArrayOutputStream();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 22K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/RelatedQueryHelperTest.java
static class MockRelatedQueryBhv extends RelatedQueryBhv { private List<RelatedQuery> testData = new ArrayList<>(); public void setTestData(List<RelatedQuery> testData) { this.testData = testData; } public List<RelatedQuery> getTestData() { return testData; } } static class MockFessConfig extends FessConfig.SimpleImpl { @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 16.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java
import org.mockito.InOrder; /** * Tests for MoreExecutors. * * @author Kyle Littlefield (klittle) */ @NullUnmarked @GwtIncompatible @J2ktIncompatible public class MoreExecutorsTest extends JSR166TestCase { private static final Runnable EMPTY_RUNNABLE = () -> {}; public void testDirectExecutorServiceServiceInThreadExecution() throws Exception {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 26.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/RootAction.java
import org.codelibs.fess.util.RenderDataUtil; import org.lastaflute.web.Execute; import org.lastaflute.web.response.HtmlResponse; /** * The action for the root of the application. */ public class RootAction extends FessSearchAction { /** * Constructor. */ public RootAction() { super(); } // ===================================================================================Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryException.java
* This exception is typically used for issues during dictionary file * reading, writing, parsing, or other dictionary-related operations. */ public class DictionaryException extends FessSystemException { /** Serial version UID for serialization. */ private static final long serialVersionUID = 1L; /** * Creates a new DictionaryException with the specified message and cause.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/StorageException.java
* It can be used to wrap underlying storage exceptions, providing a * consistent error handling mechanism for storage operations. */ public class StorageException extends FessSystemException { private static final long serialVersionUID = 1L; /** * Constructs a new storage exception with the specified detail message and cause. * * @param message The detail message.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/score/ScoreBoosterTest.java
*/ package org.codelibs.fess.score; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; public class ScoreBoosterTest extends UnitFessTestCase { @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.5K bytes - Click Count (0)