DUnit offers a context menu item "Expand all" and "Hide Test Nodes". In my test projects however, choosing the latter option still leaves very many test suite hierarchy nodes open. Only the test nodes on the last level are hidden. Is there a secret key which collapses all nodes, or all but the highest level?

link|improve this question

feedback

1 Answer

There is nothing built in already that can be enabled with a "secret key" or suchlike.

You have to modify the DUnit source to achieve this. Look in GUITestRunner and add an item to the pmTestTree popup menu which calls TestTree.FullCollapse.

link|improve this answer
1  
@mjn Was this helpful to you? – David Heffernan Mar 3 '11 at 12:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.