lundi 19 octobre 2020

Java JUnit Facade testing

I have a Facade class with only one void method that has a parameter and doesn't change it. Inside the method, I call a lot of void methods. How can I test it with JUnit?

Aucun commentaire:

Enregistrer un commentaire