lundi 12 août 2019

How to create objects for all JUnit tests?

While creating JUnit test cases, it takes a long time to reconstruct objects for every single one of them and perform some operations that all my unit tests use. Is there anyway I can make some objects in a test case that I can freely use in all of my tests without recreating them each time?

Thanks in advance!

Aucun commentaire:

Enregistrer un commentaire