Cleaning a directory is a common task during testing. (Cleaning the output directory or some temporary directory between compilations or between test cases in combo tests for instance.) To avoid code duplication, a cleanDirectory method could be added to ToolBox.
Those tests that have implemented such delete method themselves should use this new method instead.
Those tests that have implemented such delete method themselves should use this new method instead.