DEV Community

Discussion on: How to improve Java Unit Testing Skills to a more advanced level?

Collapse
 
tomavelev profile image
Toma

I also have a long way to go in testing but, in unit tests, I try to make testXXX to every public method, with parameters of the happy path and with invalid input. Obviously the wrong input scenarios should expand over time and the methods should still work as expected.