- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 714 for properly (0.04 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/concurrent/TaskRunnerTest.kt
"FINE: Q10000 scheduled after 200 µs: task two", ) } /** * We don't track the active task in scheduled tasks. This behavior might be a mistake, but it's * cumbersome to implement properly because the active task might be a cancel. */ @Test fun scheduledTasksDoesNotIncludeRunningTask() { val task = object : Task("task one") { val schedules = mutableListOf(200.µs)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 23K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
*/ @Override protected void finalize() throws Throwable { try { if (isConnected() && this.usageCount.get() != 0) { log.warn("Tree was not properly released, performing emergency cleanup: " + this); emergencyCleanup(); } } catch (Exception e) { log.error("Error during tree finalization", e); } finally {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (0) -
src/test/java/jcifs/ntlmssp/Type3MessageTest.java
class Type3MessageTest { @Mock private CIFSContext mockContext; @BeforeEach void setUp() { // Basic setup for mock context if needed } /** * Helper method to create properly configured mock context */ private CIFSContext createMockContext() { CIFSContext mockCtx = mock(CIFSContext.class); Configuration mockConfig = mock(Configuration.class);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.3K bytes - Viewed (0) -
android/pom.xml
</profile> <profile> <id>suppress-open-jre-modules-for-toolchain-1.8</id> <activation> <property> <name>surefire.toolchain.version</name> <!-- the value provided by java.specification.version --> <value>1.8</value> </property> </activation> <properties> <test.add.opens></test.add.opens> </properties> </profile>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
</profile> <profile> <id>suppress-open-jre-modules-for-toolchain-1.8</id> <activation> <property> <name>surefire.toolchain.version</name> <!-- the value provided by java.specification.version --> <value>1.8</value> </property> </activation> <properties> <test.add.opens></test.add.opens> </properties> </profile>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbEnumerationUtilTest.java
assertSame(differentException, thrown); } @Test @DisplayName("list wraps non-SmbException CIFSException properly") void list_wrapsOtherCIFSException() throws Exception { // Arrange SmbFile parent = mock(SmbFile.class, RETURNS_DEEP_STUBS);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/CrawlingConfigHelperTest.java
CrawlingConfig config3 = crawlingConfigHelper.getCrawlingConfig("W01"); assertEquals("01_refreshed", config3.getId()); } public void test_init_cacheConfiguration() { // Test that init properly configures the cache CrawlingConfigHelper newHelper = new CrawlingConfigHelper(); newHelper.init(); assertNotNull(newHelper); // Cache should be initialized and functional
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 34.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
* as a file or directory from a {@code URL} object. * * @param url * The URL of the target resource * @throws MalformedURLException if the URL is not properly formatted */ @Deprecated public SmbFile(final URL url) throws MalformedURLException { this(url, SingletonContext.getInstance()
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/test/java/jcifs/config/DelegatingConfigurationTest.java
import jcifs.Configuration; import jcifs.DialectVersion; import jcifs.ResolverType; /** * Comprehensive test suite for DelegatingConfiguration class. * Tests the delegation pattern and ensures all methods properly delegate. */ @DisplayName("DelegatingConfiguration Tests") class DelegatingConfigurationTest extends BaseTest { @Mock private Configuration mockDelegate;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformationTest.java
assertNotNull(result); assertTrue(result.contains("Trans2QueryFSInformation")); assertTrue(result.contains("informationLevel=0x")); // SMB_INFO_ALLOCATION is -1, which should be displayed properly assertTrue(result.contains("fff") || result.contains("FFF")); } @Test @DisplayName("Test toString method with FS_SIZE_INFO") void testToStringWithFsSizeInfo() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.9K bytes - Viewed (0)