- Sort Score
- Num 10 results
- Language All
Results 11 - 13 of 13 for test_serialVersionUID (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java
assertPropertyNotNull(property); } } /** * Test serialVersionUID exists and has correct value */ @Test public void test_serialVersionUID() throws Exception { Field serialVersionField = FessLabels.class.getDeclaredField("serialVersionUID"); assertNotNull(serialVersionField);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/InvalidAccessTokenExceptionTest.java
assertEquals("Type2", exception2.getType()); assertEquals("Message2", exception2.getMessage()); assertNotSame(exception1, exception2); } @Test public void test_serialVersionUID() { // Test that serialVersionUID is properly defined InvalidAccessTokenException exception1 = new InvalidAccessTokenException("Type", "Message");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 10.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/SsoProcessExceptionTest.java
assertEquals(middleCause, topException.getCause()); assertEquals(rootCause, topException.getCause().getCause()); } @Test public void test_serialVersionUID() { // Test that serialVersionUID is properly defined SsoProcessException exception1 = new SsoProcessException("Test"); SsoProcessException exception2 = new SsoProcessException("Test");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 13.8K bytes - Click Count (0)