[squeak-dev] (TestCase>>#setUp) = (TestCase>>#tearDown)

Marcel Taeumel marcel.taeumel at student.hpi.uni-potsdam.de
Tue Jan 29 19:38:08 UTC 2013


Hi!

Try to print it: "TestCase methodDict values select: [:method | method =
(TestCase >> #setUp)]". It will show: "{(TestCase>>#tearDown "a
CompiledMethod(423)") . (TestCase>>#setUp "a CompiledMethod(1421)")}".

So "(TestCase>>#setUp) = (TestCase>>#tearDown)" evaluates to true.

Is this intended?

Squeak 4.4, CogVM (Dec 20, 2012), Win7

Best,
Marcel



--
View this message in context: http://forum.world.st/TestCase-setUp-TestCase-tearDown-tp4666363.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list