Menu

#2 Get the step where my test crash ?

open
nobody
None
5
2009-03-03
2009-03-03
No

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
--------------------------------------
test 1 KO self assert: [b = 5].

In fact, I need to get the "step" where my test crashed.

Do you know how I can do that ?

Thanks !

Sébastien

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.