We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6431c83 commit 47f99baCopy full SHA for 47f99ba
src/test/java/com/poiji/config/DefaultCastingTest.java
@@ -11,7 +11,7 @@
11
public class DefaultCastingTest {
12
13
@Test
14
- public void valueMethods_shouldBeProtectedOrPublic() {
+ public void valueMethodsShouldBeProtectedOrPublic() {
15
Method[] allMethods = DefaultCasting.class.getMethods();
16
for (Method method : allMethods) {
17
if (method.getName().endsWith("Value")) {
0 commit comments