garydgregory commented on a change in pull request #649:
URL: https://github.com/apache/commons-lang/pull/649#discussion_r523420805
##########
File path:
src/test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java
##########
@@ -375,6 +376,18 @@ public void testIndexOfAny_StringCharArray() {
assertEquals(-1, StringUtils.indexOfAny("ab", 'z'));
}
+
+ @DisplayName("testIndexOfAny_String")
Review comment:
I don't think we need to crowd the source with DisplayName here since it
does not convey more information, give the test method a better name if needed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]