Circumstances
Currently, factory classes are located within the test location which are needed to generate valid objects due to testing purposes.
Recommended Solution
We might outsource them in another package to clean up the framework.
Alternatives
We would need a dependency to data in the new testutils framework so there could be a cleaner solution. This can also be discussed here.
Circumstances
Currently, factory classes are located within the test location which are needed to generate valid objects due to testing purposes.
Recommended Solution
We might outsource them in another package to clean up the framework.
Alternatives
We would need a dependency to data in the new testutils framework so there could be a cleaner solution. This can also be discussed here.