- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for TEST2 (2.25 sec)
-
src/test/java/org/codelibs/core/collection/ArrayMapTest.java
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 10.7K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformerTest.java
assertEquals("xyz", new String(resultData.getData())); } public void test_transform_filelink() { String content = "<a href=\"test2.html\">test</a>"; final byte[] data = new String(content).getBytes(); final ResponseData responseData = new ResponseData(); responseData.setUrl("http://hoge/test.html");
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 13.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/NotifyResponseTest.java
when(mockNotifyInfo1.getFileName()).thenReturn("test1.txt"); when(mockNotifyInfo2.getAction()).thenReturn(FileNotifyInformation.FILE_ACTION_MODIFIED); when(mockNotifyInfo2.getFileName()).thenReturn("test2.txt"); } @Test @DisplayName("Test NotifyResponse interface with empty notification list") void testNotifyResponseWithEmptyList() {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/index/writer/SuggestIndexWriterTest.java
new String[] { "tag1" }, new String[] { SuggestConstants.DEFAULT_ROLE }, null, SuggestItem.Kind.DOCUMENT); String[][] readings2 = new String[1][]; readings2[0] = new String[] { "test2" }; SuggestItem item2 = new SuggestItem(new String[] { "ใในใ2" }, readings2, new String[] { "content" }, 1, 0, -1,
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 18.2K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NbtAddressTest.java
} @Test void testHashCode() { // Test hashCode consistency mockName = new Name(mockConfig, "TEST1", 0x20, null); Name mockName2 = new Name(mockConfig, "TEST2", 0x20, null); NbtAddress nbtAddress1 = new NbtAddress(mockName, testAddressInt, false, NbtAddress.H_NODE);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerTest.java
new ElevateWord("test1", 2.0f, Collections.singletonList("test1"), Collections.singletonList("content"), null, null); ElevateWord elevateWord2 = new ElevateWord("test2", 3.0f, Collections.singletonList("test2"), Collections.singletonList("content"), null, null); suggester.settings().elevateWord().add(elevateWord1); suggester.settings().elevateWord().add(elevateWord2);
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 28.4K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/RobotsTxtHelperTest.java
// Test MixedCaseBot - mixed case directives should work assertFalse(robotsTxt.allows("/test1/", "MixedCaseBot")); assertTrue(robotsTxt.allows("/test2/", "MixedCaseBot")); assertEquals(2, robotsTxt.getCrawlDelay("MixedCaseBot")); // Test CommentBot - inline comments should be stripped assertFalse(robotsTxt.allows("/path1/", "CommentBot"));Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20.6K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NameTest.java
} @Test void equals_withDifferentName_shouldReturnFalse() { Name name1 = new Name(mockConfig, "TEST1", 0x20, "scope"); Name name2 = new Name(mockConfig, "TEST2", 0x20, "scope"); assertFalse(name1.equals(name2)); } @Test void equals_withDifferentHexCode_shouldReturnFalse() { Name name1 = new Name(mockConfig, "TEST", 0x20, "scope");Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0)