March 19, 2019
3:03 p.m.
Max Leske wrote
To answer your question: yes that has been the case for a long time. The same is true for #runCase BTW. Only #setUp is sent after #tearDown (see #prepareToRunAgain).
Max
That's weird. RunCase sends a setUp, a tearDown and cleanUpInstanceVariables. So the test will be executed with uninitialized instance variables at the second time. Why do we need to clean up the instance variables? Or why don't we reinitialize them before running the test? -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html