We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e121ffb commit 5b8dc2fCopy full SHA for 5b8dc2f
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().contains("test");
+ return methodName.toLowerCase().startsWith("test");
14
15
16
public boolean isHasAnnotation() {
0 commit comments