We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8dc2f commit 9918580Copy full SHA for 9918580
1 file changed
src/main/java/entity/MethodEntity.java
@@ -10,7 +10,7 @@ public MethodEntity(String methodName){
10
}
11
12
public boolean isHasTestInName(){
13
- return methodName.toLowerCase().startsWith("test");
+ return methodName.startsWith("test");
14
15
16
public boolean isHasAnnotation() {
0 commit comments