Dec. 29, 2009
10:13 a.m.
On Dec 29, 2009, at 7:21 AM, Julian Fitzell wrote:
Then, having said that, #assume: sounds a bit like the test should assume the statement is true and then carry on running with that assumption. Maybe #expect: would be more descriptive? Or #precondition: ? Not sure...
Stéphane Ducasse <stephane.ducasse@...> writes:
yes expect: seems better.
Hmm, that sound to me as if the test should fail when the expectations is not met, whereas in fact it is skipped unless the condition is true. What about something like #skipUnless: ? --AA