Feb. 28, 2013
5:52 p.m.
On 28 February 2013 15:46, Noury Bouraqadi <bouraqadi@gmail.com> wrote:
TestCase>>cleanUpInstanceVariables self class allInstVarNames do: [ :name | name = 'testSelector' ifFalse: [ self instVarNamed: name put: nil ] ]
What is it that you find wrong about this? Its absence would cause a problem with Fuel, where the TestCases end up hanging onto obsolete classes. frank