Closed
Description
The DirectoryHelper.DeleteDirectory()
method called by BaseFixture.Dispose()
does not catch and just log all Exceptions but throws an UnauthorizedAccessException
when attempting to delete a file (see File.Delete(file);
), e.g., if that file is currently in use by another process. This leads to failed tests while it really shouldn't.
Metadata
Metadata
Assignees
Labels
No labels