RegressionTests__StringTests.st
changeset 2575 1d58d4961f53
parent 2572 c0cb4ff0f03a
equal deleted inserted replaced
2574:02c1bb012f30 2575:1d58d4961f53
    13 
    13 
    14 
    14 
    15 !StringTests class methodsFor:'queries'!
    15 !StringTests class methodsFor:'queries'!
    16 
    16 
    17 coveredClassNames
    17 coveredClassNames
    18     "should be redefined to return a collection of classes which are tested by
    18     "These classes can be instrumented for coverage analysis,
    19      this suite/case.
       
    20      If not redefined, coveredPackageNames should be.
       
    21 
       
    22      These classes can be instrumented for coverage analysis,
       
    23      before running the suite to provide coverage analysis/report"
    19      before running the suite to provide coverage analysis/report"
    24 
    20 
    25     ^ #( String CharacterArray )
    21     ^ #( String CharacterArray )
    26 
    22 
    27     "Created: / 06-07-2011 / 21:27:03 / cg"
    23     "Created: / 06-07-2011 / 21:27:03 / cg"