You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info { "Scanned $classCount classes with $methodCount methods" }
174
+
logger.info { """Scanned $classCount classes with $filteredMethodsCount methods
175
+
| total methods: ${totalMethodsCount + filteredMethodsCount};
176
+
| methods excluded by annotations: ${totalMethodsCount - filteredMethodsCount}
177
+
| packages for annotations-based exclusion are specified in ${Test2CodeParameterDefinitions.EXCLUDE_METHODS_BY_ANNOTATION_PACKAGE.name} parameter """.trimMargin() }
0 commit comments