On 14 Mar 2009, at 05:57, Michael G Schwern wrote:
[snip]
The test numbering exists to ensure that all your tests run, and in the right order. XUnit frameworks don't need to know the number of tests because they
simply don't have this type of protection. [1]
[snip]

And, to some extent, need it less. Since most xUnit systems have the test-result-producer and the test-result-consumer running in the same process space - some of the problems that plans help with (like early termination) aren't really much of an issue.

Cheers,

Adrian
--
delicious.com/adrianh - twitter.com/adrianh - adri...@quietstars.com



Reply via email to