- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 69 for testers (0.03 seconds)
-
CLAUDE.md
```bash mvn test # Run unit tests (*Test.java) mvn test -Dtest=ClassName # Run single unit test # To install fess jar for plugin dependency resolution: # Change pom.xml <packaging>war</packaging> to <packaging>jar</packaging> first mvn clean install -DskipTests # Then revert packaging back to war # Integration tests (*Tests.java) - requires running Fess server
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/PingResponseTest.java
// Since we cannot easily create a real ClusterHealthResponse without a running cluster, // we'll test the class behavior through unit tests that verify the logic // The actual integration with ClusterHealthResponse is tested in integration tests // Test that the constructor and getters work with proper setup FessConfig mockConfig = new FessConfig.SimpleImpl() { private static final long serialVersionUID = 1L;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 7.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/PingSearchEngineJob.java
if (systemHelper.isChangedClusterState(status)) { if (fessConfig.hasNotification()) { final String toStrs = fessConfig.getNotificationTo(); final String[] toAddresses; if (StringUtil.isNotBlank(toStrs)) { toAddresses = toStrs.split(","); } else { toAddresses = StringUtil.EMPTY_STRINGS; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 4.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/RelatedContentPagerTest.java
} public void test_clear() { RelatedContentPager relatedContentPager = new RelatedContentPager(); relatedContentPager.id = "testId"; relatedContentPager.term = "testTerm"; relatedContentPager.versionNo = "1"; relatedContentPager.setAllRecordCount(100); relatedContentPager.setAllPageCount(10); relatedContentPager.setExistPrePage(true);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 3.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/KeyMatchPagerTest.java
} public void test_clear() { KeyMatchPager keyMatchPager = new KeyMatchPager(); keyMatchPager.id = "testId"; keyMatchPager.term = "testTerm"; keyMatchPager.query = "testQuery"; keyMatchPager.versionNo = "1"; keyMatchPager.setAllRecordCount(100); keyMatchPager.setAllPageCount(10); keyMatchPager.setExistPrePage(true);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 3.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Apr 10 15:09:32 GMT 2025 - 7.3K bytes - Click Count (0) -
docs/pt-BR/README.md
$ mvn dbflute:freegen $ mvn license:format ### Testes de Integração Inicie o servidor Fess e execute o seguinte comando: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" Para executar um único caso de teste, você pode usar:Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.6K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild.update-versions.gradle.kts
comment = " Generated - Update by running `./gradlew updateSmokeTestedPluginsVersions`" propertiesFile = layout.projectDirectory.file("gradle/dependency-management/smoke-tested-plugins.properties") } tasks.register("updateSmokeTestedVersions") { dependsOn(updateKotlinVersions, updateAgpVersions, updateSmokeTestedPluginsVersions) }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:47:12 GMT 2026 - 2.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/go/GoActionTest.java
assertFalse(goAction.isFileSystemPath("SMB://server/share")); } @Test public void test_isFileSystemPath_s3_various_bucket_names() { // S3 bucket names can contain lowercase letters, numbers, hyphens, and periods assertTrue(goAction.isFileSystemPath("s3://my-bucket/file")); assertTrue(goAction.isFileSystemPath("s3://my.bucket/file"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 8.3K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/es/stopwords.txt
suya suyos suyas nuestro nuestra nuestros nuestras vuestro vuestra vuestros vuestras esos esas estoy estás está estamos estáis están esté estés estemos estéis estén estaré estarás estará estaremos estaréis estarán estaría estarías estaríamos estaríais estarían estaba estabas estábamos estabais estaban
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 27 12:59:36 GMT 2023 - 2.2K bytes - Click Count (0)