1

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.

bagus prasojo
  • 595
  • 5
  • 18

1 Answers1

2

The ITest interface in DUnit contains a Enabled property. You can assign False to this property for tests (and test hierarchies) which should not run.

See How can I disable DUnit tests by name programmatically?

Community
  • 1
  • 1
mjn
  • 36,362
  • 28
  • 176
  • 378