A
angelochen960
Hi,
in Unit test, my test class is in:
src/test/java/org/...
and I offer need to refer to a file in
src/test/data
following is how i specify, but that's absolute path, any way to refer
it relatively so that I can move the test around? Thanks
String filename = "/Users/angelochen/testt5/myProject/src/test/data/
info.txt";
in Unit test, my test class is in:
src/test/java/org/...
and I offer need to refer to a file in
src/test/data
following is how i specify, but that's absolute path, any way to refer
it relatively so that I can move the test around? Thanks
String filename = "/Users/angelochen/testt5/myProject/src/test/data/
info.txt";