RegressionTests__Widgets.st
changeset 2577 9a9a91ebd2d0
parent 2200 b35d6460de52
equal deleted inserted replaced
2576:79690400ae34 2577:9a9a91ebd2d0
    13 
    13 
    14 
    14 
    15 !Widgets class methodsFor:'queries'!
    15 !Widgets 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     ^ #( EditTextView )
    21     ^ #( EditTextView )
    26 
    22 
    27     "Created: / 06-07-2011 / 21:27:03 / cg"
    23     "Created: / 06-07-2011 / 21:27:03 / cg"