- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for standalone (0.04 sec)
-
src/main/java/org/codelibs/core/text/Tokenizer.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 8.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/ActivityHelperTest.java
assertTrue(activityHelper.useEcsFormat); } public void test_init_withNonDockerEnvironment() { Map<String, String> nonDockerEnv = new HashMap<>(); nonDockerEnv.put("FESS_APP_TYPE", "standalone"); activityHelper.setEnvMap(nonDockerEnv); activityHelper.init(); assertFalse(activityHelper.useEcsFormat); } public void test_loginFailure_withCredential() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 18.7K bytes - Viewed (0) -
README.md
``` MockWebServer is used for firstly for internal testing, and for basic testing of apps using OkHttp client. It is not a full featured HTTP testing library that is developed standalone. It is not being actively developed for new features. As such you might find your needs outgrow MockWebServer and you may which to use a more full featured testing library such as [MockServer](https://www.mock-server.com/).
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 8.8K bytes - Viewed (0)