Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getMailSubjectTestPrefix (0.42 sec)

  1. src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java

            // Test getMailSmtpServerMainHostAndPort
            assertEquals("localhost:25", fessEnv.getMailSmtpServerMainHostAndPort());
    
            // Test getMailSubjectTestPrefix
            assertEquals("[Test]", fessEnv.getMailSubjectTestPrefix());
    
            // Test getMailReturnPath
            assertEquals("root@localhost", fessEnv.getMailReturnPath());
        }
    
        // Test custom properties
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java

         * comment: The prefix of subject to show test environment or not
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getMailSubjectTestPrefix();
    
        /**
         * Get the value for the key 'mail.return.path'. <br>
         * The value is, e.g. root@localhost <br>
         * comment: The common return path of all mail
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 10K bytes
    - Viewed (0)
Back to top