Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testPopulateWithComments (0.11 seconds)

  1. src/test/java/jcifs/netbios/LmhostsTest.java

            assertNotNull(result);
            result = lmhosts.getByName("HOST2", mockContext);
            assertNotNull(result);
        }
    
        @Test
        void testPopulateWithComments() throws Exception {
            // Create a temporary lmhosts file with comments
            File lmhostsFile = tempDir.resolve("lmhosts_comments").toFile();
            try (FileWriter writer = new FileWriter(lmhostsFile)) {
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 18.2K bytes
    - Click Count (0)
Back to Top