Hello,
I'm looking for a recommendation about how to test with actual files.
I have a service which reads a given xml file from a smb mount and maps it to an object. I would like to test this and am thinking of a good way on how to test this.
Just placing it in the test/resources folder? Spinning up a testcontainer with the file in it? I'm not really sure.
Thanks ahead!