Jason He wrote:
> Yes, it is not required to use test unit.
> However, it seems that test unit encapsulate some methods could handle
> error, as well as include some statistics for the test result.
> What is the suggestion if I want to write about 200~300 standalone
> test cases, which will run in a sequence, should I use test unit or
> without it?
> Could you please give some advice. Thanks.
>

My advice is that you continue to use Test::Unit. By default, Test::Unit
will create a Test::Suite made up of all your tests, but in a somewhat
random order. If you create the Suite yourself instead, you can control
the order. I suggest you look at the Rdoc for Test::Unit and create the
suite yourself.

Bret
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to