- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testOf_empty (1.02 sec)
-
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)