Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dataSource (0.04 sec)

  1. src/test/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistantTest.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.common;
    
    import javax.sql.DataSource;
    
    import org.codelibs.fess.unit.UnitFessTestCase;
    import org.dbflute.bhv.core.InvokerAssistant;
    import org.dbflute.bhv.core.context.ResourceParameter;
    import org.dbflute.bhv.core.supplement.SequenceCacheHandler;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 10.6K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/exception/ContainerNotAvailableExceptionTest.java

            assertEquals("container", exception.getComponentName());
        }
    
        public void test_getComponentName() {
            // Test getComponentName method with various scenarios
            String componentName1 = "dataSource";
            ContainerNotAvailableException exception1 = new ContainerNotAvailableException(componentName1, new RuntimeException());
            assertEquals(componentName1, exception1.getComponentName());
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 9.9K bytes
    - Viewed (0)
Back to top