|
I think this is wrong, but saving:
tearDown
| env |
env := ClassEnvironment new addClass: (Smalltalk at: self sampleClassName);
yourself
env removeClass: (Smalltalk at: self sampleClassName)
Gives a walkback telling you about the missing period rather than an error
in the status line.
|