- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isToStringMethod (0.06 seconds)
-
src/test/java/org/codelibs/core/lang/MethodUtilTest.java
final Method toStringMethod = ClassUtil.getMethod(getClass(), "toString"); assertThat(MethodUtil.isToStringMethod(toStringMethod), is(true)); final Method hashCodeMethod = ClassUtil.getMethod(getClass(), "hashCode"); assertThat(MethodUtil.isToStringMethod(hashCodeMethod), is(not(true))); } /** * @throws Exception */ @Test
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 5.5K bytes - Click Count (0)