I know I can load a file from src/test/resources with:

getClass().getResource("somefile").getFile()

But how can I get the full path to the src/test/resources directory, i.e. I don’t want to load a file, I just want to know the path of the directory?

16 Answers
16

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *