Issue
I'm currently studying a JUnit 5 book and I need assistance in understanding this line:
A test method can be either protected or package protected. The preferred is to use package protected as that leads to less typing.
Solution
In the book I'm currently studying, the first line was explained. But the second statement which wasn't was my major concern. After other searches, I've figured out it means that the developer gets to type less, as the method is defined with less words.
Answered By - divad
Answer Checked By - Mildred Charles (JavaFixing Admin)