Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for TestReadingConverterWithException (0.37 seconds)

  1. src/test/java/org/codelibs/fess/suggest/converter/ReadingConverterTest.java

            assertEquals(2, testConverter.getInitCount());
        }
    
        @Test
        public void testInitWithException() {
            // Test initialization with exception
            TestReadingConverterWithException errorConverter = new TestReadingConverterWithException();
            errorConverter.setThrowExceptionOnInit(true);
    
            try {
                errorConverter.init();
                fail("Should throw IOException");
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Sep 01 13:33:03 GMT 2025
    - 13.5K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/suggest/request/suggest/SuggestRequestQueryBuildingTest.java

    Shinsuke Sugaya <******@****.***> 1773455738 +0900
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 19.8K bytes
    - Click Count (0)
Back to Top