When running macosX64 tests, how can I read a reso...
# multiplatform
m
When running macosX64 tests, how can I read a resource file ? Or have access to the test directory, similar to
System.getProperty("user.dir")
on the JVM ?
I did end up using the current working dir. I guess it's sttable enough for tests. Definitely interested if someone has a solution