nikgoodley-ibboost / refit

Automatically exported from code.google.com/p/refit
0 stars 0 forks source link

Fixtures need to be able to access file resources #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fixtures need to be able to load additional file resources from the FIT input 
tree.

The solution shall not depend on the current working directory of the runner.

Example: Take a multi-module Maven project using the maven-refit-plugin in 
various submodules. When building the entire project, the working directory is 
the project root. When building a submodule only, the working directory is the 
submodule root.

Original issue reported on code.google.com by hwellman...@gmail.com on 5 Jan 2011 at 9:57

GoogleCodeExporter commented 9 years ago

Original comment by hwellman...@gmail.com on 5 Jan 2011 at 9:59

GoogleCodeExporter commented 9 years ago
The FitRunnerMojo and the FitSuite set system properties

fit.inputDir
fit.currentTest

fit.currentTest is the relative path of the test currently executing with 
respect to the fit.inputDir of all tests.

Original comment by hwellman...@gmail.com on 5 Jan 2011 at 5:17

GoogleCodeExporter commented 9 years ago

Original comment by hwellman...@gmail.com on 5 Jan 2011 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by hwellman...@gmail.com on 5 Jan 2011 at 10:54

GoogleCodeExporter commented 9 years ago

Original comment by hwellman...@gmail.com on 6 Jan 2011 at 10:08

GoogleCodeExporter commented 9 years ago

Original comment by hwellman...@gmail.com on 16 Jan 2011 at 5:30