- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testConcreteImplementation (1.48 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/FileNotifyInformationTest.java
@Nested @DisplayName("Implementation Tests") class ImplementationTests { @Test @DisplayName("Test concrete implementation of FileNotifyInformation") void testConcreteImplementation() { // Create a simple implementation for testing FileNotifyInformation impl = new FileNotifyInformation() { private final int action = FileNotifyInformation.FILE_ACTION_MODIFIED;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/RequestTest.java
verify(request, times(1)).size(); verify(request, times(1)).getOverrideTimeout(); } @Test @DisplayName("Test Request with concrete implementation") void testConcreteImplementation() { // Create a concrete implementation for testing TestRequest testRequest = new TestRequest(); // Test initResponse
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 14.5K bytes - Click Count (0)