mikedepetris / Gomoku-SDM

Gomoku project for SDM
1 stars 0 forks source link

Adattare i modificatori dei test a JUnit5 #195

Closed biagiolicari closed 1 year ago

biagiolicari commented 1 year ago

JUnit5 test classes and methods should have default package visibility

"JUnit5 is more tolerant regarding the visibilities of Test classes than JUnit4, which required everything to be public. In this context, JUnit5 test classes can have any visibility but private, however, it is recommended to use the default package visibility, which improves readability of code. "