six2six / fixture-factory

Generator fake objects from a template
Apache License 2.0
445 stars 88 forks source link

FixtureFactoryLoader loadTemplates that is located in another project #93

Open Damore opened 7 years ago

Damore commented 7 years ago

I have created a project that generates random values, using fixture factory, for my class in project A.

Project B has project A as a maven dependency. Now, I want to use the template created on project A on my project B.

The question is: How do I load the template that it is located in another project?

This is where I've created my templates Project A

This is where I want to load the templates created in project A, in project B Project B