apache / apache/gravitino

[Improvement] No need for test methods to be public

Open
#2,198 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.