- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 139 for testers (0.03 seconds)
-
src/test/java/org/codelibs/fess/it/search/SuggestWordsApiTests.java
import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Test; import io.restassured.RestAssured; import io.restassured.path.json.JsonPath; /** * Integration tests for the Suggest Words API (/api/v1/suggest-words) */ @Tag("it") public class SuggestWordsApiTests extends ITBase { @BeforeAll protected static void initAll() { RestAssured.baseURI = getFessUrl();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 03:03:44 GMT 2025 - 5.7K bytes - Click Count (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.kotlin-dsl-plugin-bundle.gradle.kts
} compatibility { features { configurationCache = true } } } } // For local consumption by tests - this should be unified with publish-public-libraries if possible configurations.create("localLibsRepositoryElements") { attributes { attribute(Category.CATEGORY_ATTRIBUTE, objects.named("gradle-local-repository"))Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 11:01:20 GMT 2026 - 6.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/CheckProject.kt
) : Project({ id("Check") name = "Check" val performanceTestBucketProvider = StatisticsBasedPerformanceTestBucketProvider(model, File("performance-test-durations.json"), File("performance-tests-ci.json")) params { if (model.branch.isMaster || model.branch.isExperimental) { param("env.GRADLE_OPTS", "-Dorg.gradle.unsafe.isolated-projects=%enableIsolatedProjects%") }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 10:41:06 GMT 2026 - 4.1K bytes - Click Count (1) -
architecture/standards/0004-use-a-platform-architecture.md
This has a number of negative effects on productivity, including: - Unclear ownership of code. - Difficult to focus on one particular area. - Unintended coupling between areas of the code, including tests. ## Decision Organize the Gradle code base into a set of coarse-grained "architecture modules". An architecture module is responsible for providing a coherent set of features and:
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4.5K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.ci-reporting.gradle.kts
reportOnly.convention(false) } // TODO:isolated:incremental the service won't track up-to-date projects (project configuration skipped) that still run tests if ("CI" in System.getenv() && project.name != "gradle-kotlin-dsl-accessors") {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 11 09:36:42 GMT 2026 - 3.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardActionTest.java
import org.codelibs.fess.unit.UnitFessTestCase; import org.codelibs.fess.util.ComponentUtil; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; /** * Test class for AdminWizardAction. * Tests the convertCrawlingPath method for various protocol types. */ public class AdminWizardActionTest extends UnitFessTestCase { private TestableAdminWizardAction wizardAction; @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 9.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/search/PopularWordsApiTests.java
import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Test; import io.restassured.RestAssured; import io.restassured.path.json.JsonPath; /** * Integration tests for the Popular Words API (/api/v1/popular-words) */ @Tag("it") public class PopularWordsApiTests extends ITBase { @BeforeAll protected static void initAll() { RestAssured.baseURI = getFessUrl();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 03:03:44 GMT 2025 - 3.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticatorTest.java
import org.codelibs.fess.unit.UnitFessTestCase; import org.codelibs.fess.util.ComponentUtil; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; /** * Unit tests for {@link OpenIdConnectAuthenticator}. * Tests JWT parsing, Base64 decoding, and configuration handling. */ public class OpenIdConnectAuthenticatorTest extends UnitFessTestCase { private OpenIdConnectAuthenticator authenticator;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 11K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticatorTest.java
// Don't call super to avoid actual scheduling in tests } @Override protected void processDirectMemberOf(EntraIdUser user, List<String> groupList, List<String> roleList, List<String> groupIdsForParentLookup, String url) { processDirectMemberOfCalled.set(true); // Don't call super to avoid actual API calls in tests }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 19.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt
os: Os = Os.LINUX, arch: Arch = Arch.AMD64, timeout: Int = 30, ) { applyDefaultSettings(os = os, arch = arch, timeout = timeout) setArtifactRules( """ build/report-*-performance-tests.zip => . build/report-*-performance.zip => $HIDDEN_ARTIFACT_DESTINATION build/report-*PerformanceTest.zip => $HIDDEN_ARTIFACT_DESTINATION """.trimIndent(), ) detectHangingBuilds = falseCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 4K bytes - Click Count (0)