-
Hi,
I'm using SUnit in VisualWorks !
I'm doing lots of tests and I would like to build a text file resuming results of my tests.
For instance, for the test :
test1: a param: b
self assert: [a = 4].
self assert: [b = 5].
I would like to build a file such as (if I launch the test with parameters a=4 & b=4) :
TestName Result ifKO-Step...
2009-03-03 15:57:36 UTC in SUnit
-
Hi,
I'm using SUnit in VisualWorks !
I'm doing lots of tests and I would like to build a text file resuming results of my tests.
For instance, for the test :
test1: a param: b
self assert: [a = 4].
self assert: [b = 5].
I would like to build a file such as (if I launch the test with parameters a=4 & b=4) :
TestName Result ifKO-Step...
2009-03-03 15:34:55 UTC in SUnit