kevinnammour commented on code in PR #3261:
URL: https://github.com/apache/maven-surefire/pull/3261#discussion_r2846969116
##########
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetStats.java:
##########
@@ -82,11 +82,19 @@ public void testSetStart() {
lastStartAt = testSetStartAt;
}
+ public long getTestSetStartAt() {
Review Comment:
I could make those 2 getters package-private - i was aligning them with
other time related info such as elapsedTime
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]