Repo is a framework of Java classes that assist programmers in locating and accessing files from the file system and resources from the classpath.
Repo is intended to be used as an extension to JUnit to provide access to a test data repository. It separates test data from code, thus, improves maintainability of test code, allows to run tests in multiple contexts, facilitates accessibility of test suites to multiple developers or customers.
For more information about Repo, see [Repo homepage].