Skip to content

Catch exception if output file exists

Afonso Mukai requested to merge 220_catch_file_exists_exception into master

Created by: dominikwerder

Description of work

Add test case to provoke an exception due to already existing file.

Assert that the exception is handled and that the command is not accepted by CommandHandler.

Issue

Closes #220 (closed)

Merge request reports