Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testComponent (0.05 seconds)

  1. src/test/java/org/codelibs/fess/exception/ContainerNotAvailableExceptionTest.java

    public class ContainerNotAvailableExceptionTest extends UnitFessTestCase {
    
        @Test
        public void test_constructor_withComponentName() {
            // Test constructor with component name only
            String componentName = "testComponent";
            ContainerNotAvailableException exception = new ContainerNotAvailableException(componentName);
    
            assertEquals(componentName + " is not available.", exception.getMessage());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top