[Improvement] No need for test methods to be public
Open
improvement
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 935
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 315
Description
### What would you like to be improved?
No need for test methods to be public and we have a mixture of some that are and some that are not.
### How should we improve?
Remove public from test methods.
Contributor guide
Research direction
Search the repository's test sources for test methods declared public and inspect the surrounding test classes for the existing mixture. Remove the public modifier from applicable test methods, then run the relevant test suite to confirm all tests still pass and no public test methods remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100