- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 12 for TestResource (0.44 seconds)
-
src/test/java/jcifs/util/ResourceManagerTest.java
} @Test @DisplayName("Test force cleanup") @Timeout(value = 5, unit = TimeUnit.SECONDS) void testForceCleanup() { TestResource resource1 = new TestResource("cleanup1"); TestResource resource2 = new TestResource("cleanup2"); resourceManager.registerResource(resource1); resourceManager.registerResource(resource2); assertFalse(resource1.isClosed());Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 8.9K bytes - Click Count (0) -
compat/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.1.0.xml
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Aug 07 14:31:13 GMT 2025 - 2.6K bytes - Click Count (0) -
compat/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.2.0.xml
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Aug 07 14:31:13 GMT 2025 - 2.6K bytes - Click Count (0) -
src/test/java/jcifs/internal/witness/WitnessNotificationTest.java
@BeforeEach void setUp() { notification = new WitnessNotification(WitnessEventType.CLIENT_MOVE, "TestResource"); } @Test void testNotificationCreation() { assertEquals(WitnessEventType.CLIENT_MOVE, notification.getEventType()); assertEquals("TestResource", notification.getResourceName()); assertTrue(notification.getTimestamp() <= System.currentTimeMillis());Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 09:06:40 GMT 2025 - 5K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/missing-resource-directory-pom.xml
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/witness/WitnessIntegrationTest.java
mockService.sendNotification(WitnessEventType.RESOURCE_CHANGE, "TestResource"); // Register a witness first String regId = mockService.registerWitness("TestResource", "192.168.1.100", 1); // Send notification affecting the registration mockService.sendNotification(WitnessEventType.CLIENT_MOVE, "TestResource"); // Clean up mockService.unregisterWitness(regId);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 09:06:40 GMT 2025 - 9.8K bytes - Click Count (0) -
compat/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
<resources> <resource> <directory>${project.basedir}/src/main/resources</directory> </resource> </resources> <testResources> <testResource> <directory>${project.basedir}/src/test/resources</directory> </testResource> </testResources> </build> <reporting> <outputDirectory>${project.build.directory}/site</outputDirectory> </reporting> </project>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Apr 07 13:30:22 GMT 2025 - 2.1K bytes - Click Count (0) -
guava-gwt/pom.xml
</resource> </resources> <testResources> <testResource> <directory>test</directory> </testResource> <testResource> <directory>test-super</directory> </testResource> <testResource> <directory>${project.build.directory}/guava-test-gwt-sources</directory> </testResource> </testResources> </build>Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:19:17 GMT 2026 - 18.2K bytes - Click Count (0) -
android/pom.xml
</includes> <targetPath>META-INF</targetPath> </resource> </resources> <testResources> <testResource> <directory>test</directory> <excludes> <exclude>**/*.java</exclude> </excludes> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <executions>Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 17 19:12:41 GMT 2026 - 26.9K bytes - Click Count (0) -
docs/smb3-features/06-witness-protocol-design.md
WitnessNotification notification = new WitnessNotification( WitnessEventType.CLIENT_MOVE, "TestResource"); notification.addNewIPAddress(InetAddress.getByName("192.168.1.101")); assertEquals(WitnessEventType.CLIENT_MOVE, notification.getEventType()); assertEquals("TestResource", notification.getResourceName()); assertEquals(1, notification.getNewIPAddresses().size()); } @Test
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 42K bytes - Click Count (0)