Open
Description
The tests are full of "src/test/resource/" locations, mandated by loading using File, etc. This is non-idiomatic; consider adding support for reading from classpath instead, so you could load from "src/test/resource/something_multiple" and "/something_multiple", with the latter being more preferable for testing scenarios. (The filesystem call would be a fallback.)