|
Boost Testing : |
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2019-07-27 09:25:52
Hi,
I would like to know if I can easily check if a file has been written on
disk after an executable has run. The workflow would be this:
- remove "file X" on disk if "file X" exists
- run "exe"
- check run "exe" ok
- check "file X" on disk
Thanks,
Raffi