dda has asked for the wisdom of the Perl Monks concerning the following question:
As I wrote before, I'm in the process of choosing a unit test library for OO perl project (and, of course, I plan to use it in the future).
I started with Test::Unit and soon get in to a problem. If one assertion fails in the following set of calls (whitin a single 'test_xxx' procedure), the remainder of 'test_xxx' is not executed. I'm not familiar with xUnit testing, so I do not know if it is a problem at all. Most probably, it is not a problem, since other tests continue to execute, and there is no need to execute already failed test.
But I wonder where can I ask this type of questions? It looks like SourceForge community for Test::Unit is 'sleeping'... At the same time, does Test::Class have some kind of support except of the brilliant perlmonks site? :)
Thanks,
Dmitry.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting support on Test::Unit and Test::Class
by adrianh (Chancellor) on Sep 14, 2003 at 13:13 UTC | |
|
Re: Getting support on Test::Unit and Test::Class
by dda (Friar) on Sep 14, 2003 at 10:18 UTC | |
by adrianh (Chancellor) on Sep 14, 2003 at 13:27 UTC |