issues
search
SquareBracketAssociates
/
UpdatedPharoByExample
A version of Pharo by Example for Pharo 50.
Other
257
stars
41
forks
source link
Unit chapter needs updating
#210
Open
apblack
opened
7 years ago
apblack
commented
7 years ago
The chapter on SUnit needs to be updated to record that:
Resources have setUp and tearDown methods, and these should do the work
shouldInheritSelectors on the class side is used to control inheritance of tests
tests should assert something, or say self smokeTest or self deliberatelyDidNotAssert
The chapter on SUnit needs to be updated to record that: