[Pharo-project] phexample?
Feb. 10, 2013
5:59 p.m.
Hi guys I'm trying to debug some phexample tests. Now I do not get why the following expression printer stream contents isString should beTrue returns nil when printer stream contents isString is true. Stef
Feb. 10, 2013
6:58 p.m.
On 10 February 2013 17:59, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi guys
I'm trying to debug some phexample tests. Now I do not get why the following expression
printer stream contents isString should beTrue
returns nil when printer stream contents isString is true.
That's expected, I would think - if printer stream contents isString is false, it'll raise a TestFailure. That's what it looks like PhexMatcher >> expect:describeShould:describeShouldNot: does. frank
4919
Age (days ago)
4919
Last active (days ago)
1 comments
2 participants
participants (2)
-
Frank Shearar -
Stéphane Ducasse