Michael Konietzka
Results
1
comments of
Michael Konietzka
Reducing visibilty also breaks constructs like ``` import com.example.SomeGatewayIT; import org.junit.platform.suite.api.SelectClasses; import org.junit.platform.suite.api.Suite; @Suite @SelectClasses({SomeGatewayIT.class}) public class BranchITSuite { } ``` SomeGatewayIT cannot be referenced when it becomes non public.