in src/main/java/org/apache/sling/junit/healthcheck/impl/JUnitHealthCheck.java [89:93]
public void testFinished(Description description) throws Exception {
super.testFinished(description);
resultLog.debug("Test finished: {}", description);
nTests++;
}