From: aidy.lewis@... Date: 2007-04-13T23:45:09+09:00 Subject: conditional statements within test method parameters? hi, I have a test method that writes some xml. The second parameter is optional, the first parameter is boolean. test_results((assert(REMEMBER_ME.isSet?)), *msg) Would it be possible to embed a conditional statement between these parameters Something like: test_results((assert(REMEMBER_ME.isSet?)), unless 'the object is not set') ? cheers aidy