- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 244 for propia (0.03 sec)
-
src/test/java/org/codelibs/fess/util/SearchEngineUtilTest.java
} } public void test_scroll_callbackHandling() { // This test verifies the scroll method exists and handles callbacks properly // Note: In a real test environment, this would require proper SearchEngineClient setup // For now, we test that the method signature is correct and can be called AtomicInteger callbackCount = new AtomicInteger(0); try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 13.6K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/repository/LegacyLocalRepositoryManager.java
/* * NOTE: "invoker:install" vs "appassembler:assemble": Both mojos use the artifact installer to put an artifact * into a repository. In the first case, the result needs to be a proper local repository that one can use for * local artifact resolution. In the second case, the result needs to precisely obey the path information of the
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 13.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryCommandTest.java
public void setUp() throws Exception { super.setUp(); // Setup FessConfig with proper initialization FessConfig.SimpleImpl fessConfig = new FessConfig.SimpleImpl() { private static final long serialVersionUID = 1L; { // Force initialize the ObjectiveConfig's prop field using reflection try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/multichannel/ChannelManagerTest.java
try { channelManager.initializeMultiChannel(); // Should not throw exception even if initialization fails } catch (Exception e) { // Expected in test environment without proper server setup } assertDoesNotThrow(() -> channelManager.shutdown()); } @Test void testConcurrentAccess() throws InterruptedException { // Test thread safety
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 7.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/dcerpc/msrpc/MsrpcSamrConnect2Test.java
// Act MsrpcSamrConnect2 msg = new MsrpcSamrConnect2(systemName, accessMask, ph); // Assert - instance should be created and extend proper class assertNotNull(msg); assertTrue(msg instanceof samr.SamrConnect2); assertTrue(msg instanceof DcerpcMessage); } } @Nested
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/disni/DisniMemoryRegion.java
* * This class would integrate with DiSNI to provide registered * memory regions for high-performance RDMA operations. * * Note: This is a skeleton implementation. A real implementation would * require proper DiSNI integration with actual memory registration. */ public class DisniMemoryRegion extends RdmaMemoryRegion { private static final Logger log = LoggerFactory.getLogger(DisniMemoryRegion.class);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 5.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/DataStoreExceptionTest.java
// The first element should be from this test method assertEquals("test_stackTrace", stackTrace[0].getMethodName()); } public void test_serialization() { // Test that the exception has proper serialVersionUID DataStoreException exception = new DataStoreException("Serialization test"); // Check that it's a RuntimeException and can be thrown try { throw exception;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 8.7K bytes - Viewed (0) -
docs/contribute/code_of_conduct.md
questions. Those who are asked should be responsive and helpful. * **Step down considerately**: Members of every project come and go. When somebody leaves or disengages from the project, they should make it known and take the proper steps to ensure that others can pick up where they left off. This code is not exhaustive or complete. It serves to distill our common understanding of a
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 5.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/EnumBiMap.java
* * Then we declare the getters for these fields as @GwtIncompatible so that no one can try to use * them under J2CL—or, as an unfortunate side effect, under GWT. We do still give the fields * themselves their proper values under GWT, since GWT's EnumMap does need the Class instance. * * Note that sometimes these fields *do* have correct values under J2CL: They will if the caller
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 6.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/ComponentUtilTest.java
} @Override protected boolean isUseOneTimeContainer() { return true; } public void test_setFessConfig_null() { assertTrue(FessProp.propMap.isEmpty()); } public void test_setFessConfig_notNull() { FessConfig mockConfig = new FessConfig.SimpleImpl(); ComponentUtil.setFessConfig(mockConfig);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 7.3K bytes - Viewed (0)