Forum Discussion

j416's avatar
j416
Occasional Contributor
14 years ago

DUnit test + try/finally

Hi, I'm trying to get my TestedApp, which is a DUnit GUI, to terminate after a completed run. It works well if all DUnit tests pass, but if any of them fails, it seems the finally clause (see b...