On 15 Aug 2006, at 21:31, Fergal Daly wrote: [snip]
XUnit allows heirarchical grouping, TAP does not. DUnit (Delphi's XUnit) comes with a GUI that shows you a tree of tests/groups,
[snip]
It's worse than that actually. These days things like TestNG allow you to cut up tests into arbitrary groups across the class hierarchy. You end up with a graph / faceted classification system rather than a simple hierarchy.
Adrian