- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 222 for Integration (0.12 sec)
-
impl/maven-core/pom.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 10:37:56 UTC 2025 - 16.9K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcBindTest.java
resultField.set(bindWithParams, 0); assertNull(bindWithParams.getResult(), "Should return null when result is 0"); } } @Nested @DisplayName("Integration Tests") class IntegrationTests { @Test @DisplayName("Bind message constructor should set correct values") void testBindMessageConstructor() throws Exception { // Given
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.7K bytes - Viewed (0) -
src/test/java/jcifs/SmbTransportPoolTest.java
// Then verify(transportPool).removeTransport(transport); verify(transportPool).removeTransport(transport2); } } @Nested @DisplayName("Integration Scenarios") class IntegrationTests { @Test @DisplayName("Should complete full connection lifecycle") void testFullConnectionLifecycle() throws Exception { // GivenRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2ReadRequestTest.java
assertNotNull(response); // Response should be created with same buffer and offset } } @Nested @DisplayName("Integration Tests") class IntegrationTests { @Test @DisplayName("Should handle complete read request workflow") void testCompleteReadWorkflow() { // Setup complete request
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2WriteRequestTest.java
// Response should be created with the same config from context verify(mockContext, times(1)).getConfig(); } } @Nested @DisplayName("Integration Tests") class IntegrationTests { @Test @DisplayName("Should handle complete write request workflow") void testCompleteWriteWorkflow() { // Setup complete requestRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.4K bytes - Viewed (0) -
README.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Dec 25 11:01:37 UTC 2025 - 26.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java
// Then assertEquals(fileFsSizeInfo.getCapacity(), fileFsSizeInfo.getFree()); } } @Nested @DisplayName("Integration Tests") class IntegrationTests { @Test @DisplayName("Should work as AllocInfo implementation") void shouldWorkAsAllocInfoImplementation() throws SMBProtocolDecodingException {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2LockRequestTest.java
Smb2LockResponse response = req.createResponse(mockContext, req); assertNotNull(response); } } @Nested @DisplayName("Integration Tests") class IntegrationTests { @Test @DisplayName("Should handle complete lock request workflow") void testCompleteLockWorkflow() {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.3K bytes - Viewed (0) -
src/main/java/jcifs/util/SecureKeyManager.java
/** * Secure key management for SMB encryption. * Provides centralized management of encryption keys with secure storage and cleanup. * * Features: * - Secure key storage with optional KeyStore integration * - Automatic key cleanup on close * - Thread-safe key management * - Key derivation utilities * - Memory wiping capabilities */ public class SecureKeyManager implements AutoCloseable {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkCopyTest.java
// Verify chunk count is zero assertEquals(0, SMBUtil.readInt4(buffer, startIndex + SOURCE_KEY_SIZE)); } } @Nested @DisplayName("Integration Tests") class IntegrationTests { @Test @DisplayName("Should handle complete copy operation with multiple chunks") void testCompleteCopyOperation() { // GivenRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 23.1K bytes - Viewed (0)