vendredi 26 mars 2021

Is there a way of creating a testing helper class?

I have two different modules in my pom.xml, each of them with its own code. Since both of them will have tests, I was wondering if there would be a way of joining helper functions inside the test folders(for instance TestUtils). This TestUtils would then be able to be called from other modules. The issue appears to be that the tests in other modules will not be able to import this TestUtils.

Aucun commentaire:

Enregistrer un commentaire