Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TestHandler (0.06 sec)

  1. src/test/java/org/codelibs/fess/test/net/protocol/xxx5/TestHandler.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.test.net.protocol.xxx5;
    
    public class TestHandler {
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 702 bytes
    - Viewed (0)
  2. src/test/java/jcifs/https/HandlerTest.java

            @DisplayName("Should support NTLM over HTTPS")
            void testNtlmSupport() {
                // When
                Handler testHandler = new Handler(null);
    
                // Then
                assertTrue(testHandler instanceof jcifs.http.Handler);
                assertEquals(443, testHandler.getDefaultPort());
            }
    
            @Test
            @DisplayName("Should handle multiple instances")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  3. src/test/java/jcifs/smb1/https/HandlerTest.java

            @DisplayName("Should support NTLM over HTTPS")
            void testNtlmSupport() {
                // When
                Handler testHandler = new Handler();
    
                // Then
                assertTrue(testHandler instanceof jcifs.smb1.http.Handler);
                assertEquals(443, testHandler.getDefaultPort());
            }
    
            @Test
            @DisplayName("Should handle multiple instances")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 6.2K bytes
    - Viewed (0)
Back to top