Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testOf_empty (1.02 sec)

  1. src/test/java/org/codelibs/fess/mylasta/action/FessUserBeanTest.java

            anotherUser.setName("another");
            FessUserBean anotherBean = new FessUserBean(anotherUser);
            assertSame(anotherUser, anotherBean.getFessUser());
        }
    
        public void test_empty() {
            // Test empty user bean creation
            FessUserBean emptyBean = FessUserBean.empty();
            assertNotNull(emptyBean);
    
            // Test getUserId returns EMPTY_USER_ID
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11.6K bytes
    - Viewed (0)
Back to top