- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 26 for test_0 (0.03 seconds)
-
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
assertNull(System.getProperty("test." + now)); appValue.set("=abc\nfess." + now + "=test1\ntest." + now + "=test2"); helper.updateSystemProperties(); assertEquals("test1", System.getProperty("fess." + now)); assertEquals("test2", System.getProperty("test." + now)); } @Test public void test_getCurrentTime() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 44.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java
final Map<String, Object> map = Map.of("name", "test-name"); assertEquals("test-name", coordinatorHelper.getStringValue(map, "name")); } @Test public void test_getStringValue_numeric() { final Map<String, Object> map = Map.of("count", 42); assertEquals("42", coordinatorHelper.getStringValue(map, "count")); } @Test public void test_getStringValue_null() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 58.6K bytes - Click Count (0) -
.teamcity/subprojects.json
"crossVersionTests": false }, { "name": "plugins-jvm-test-fixtures", "path": "platforms/jvm/plugins-jvm-test-fixtures", "unitTests": false, "functionalTests": true, "crossVersionTests": false }, { "name": "plugins-jvm-test-suite", "path": "platforms/jvm/plugins-jvm-test-suite", "unitTests": false, "functionalTests": true,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/testing/performance" /> <option value="$PROJECT_DIR$/testing/precondition-tester" /> <option value="$PROJECT_DIR$/testing/public-api-tests" /> <option value="$PROJECT_DIR$/testing/smoke-ide-test" /> <option value="$PROJECT_DIR$/testing/smoke-test" /> <option value="$PROJECT_DIR$/testing/soak" /> </set> </option>Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/api/ApiResultTest.java
// ============ @Test public void test_Status_OK() { assertEquals(0, Status.OK.getId()); } @Test public void test_Status_BAD_REQUEST() { assertEquals(1, Status.BAD_REQUEST.getId()); } @Test public void test_Status_SYSTEM_ERROR() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 4.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
"All Cross-Version Tests for ${stage.stageName.stageName}", "Stage_${stage.stageName.id}_CrossVersionTests", model, crossVersionTests + previousCrossVersionTests, ), ) } // in gradleBuildSmokeTest, most of the tests are for using the configuration cache on gradle/gradleCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 12.5K bytes - Click Count (0) -
CONTRIBUTING.md
Available JDKs on your machine are automatically detected and wired for the various compile and test tasks. Some tests require multiple JDKs to be installed on your computer, be aware of this if you make changes related to anything toolchains related.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/SmokeTests.kt
val suffix = if (flakyTestStrategy == FlakyTestStrategy.ONLY)"_FlakyTestQuarantine" else "" id("${model.projectId}_SmokeTest_$id$suffix") name = "Smoke Tests with 3rd Party Plugins ($task) - ${testJava.version.toCapitalized()} Linux$suffix" description = "Smoke tests against third party plugins to see if they still work with the current Gradle version" if (flakyTestStrategy != FlakyTestStrategy.ONLY) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 1.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
} @Test @Order(3) void crawlingInfoDeleteAllTest() { logger.info("start crawlingInfoDeleteAllTest"); testDeleteAllCrawlingInfo(); } @Test @Order(4) void failureUrlTest() { logger.info("start failureUrlTest"); testReadFailureUrl(); testDeleteFailureUrl(); } @Test @Order(5)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/Gradleception.kt
3. Build a Gradle distribution using dogfood-first with this hash as a version + fixed timestamp different from the one above -> dogfood-second 4. Use dogfood-second to run a Gradle build which runs tests. */ val dogfoodTimestamp1 = "19800101010101+0000" val dogfoodTimestamp2 = "19800202020202+0000" val buildScanTagForType = buildScanTagParam("Gradleception")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 7.1K bytes - Click Count (0)