In a unit test I need to import a csv file. This is located in the resources folder, i.e. src/test/resources
|
feedback
|
|
Probably just useful if you have the file available, for example when doing unit tests - this will not load it out of a jar AFAIK.
| |||||
feedback
|
|
You can access test resources using the current thread's classloader:
| |||||||
feedback
|
since Apache Commons IO 2.1. | |||
|
feedback
|