How to determine which hierarchy will be tested and untested in DUnit in app console? When i work in GUI mode, i can check and unchek the hierarcy.
Asked
Active
Viewed 78 times
1
-
Commenting out the registration for the tests you don't want to run? – Ken White Nov 16 '15 at 03:37
-
so, we can not doit runtime ? – bagus prasojo Nov 16 '15 at 06:06
-
You'd think the test runner would accept command line arguments to control this, or does the developer have to do the heavy lifting – David Heffernan Nov 16 '15 at 07:34