#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Thu, 14 Jan 2016 15:58:20 +0100
changeset 624 dcc5bcfd1485
parent 623 f58d5dff2510
child 625 da58fce6fa95
#DOCUMENTATION class: TestCase comment/format in: #coveredPackageNames
TestCase.st
--- a/TestCase.st	Thu Jan 14 15:57:27 2016 +0100
+++ b/TestCase.st	Thu Jan 14 15:58:20 2016 +0100
@@ -403,7 +403,7 @@
     "redefine this in a concrete testCase class to return non-nil,
      to return a collection of packages which are tested by this suite/case.
      If not redefined, coveredClassNames should be redefined.
-
+     The package names may be glob patterns.
      These classes can be instrumented for coverage analysis,
      before running the suite to provide coverage analysis/report"