java junit 私有方法_如何用JUnit模拟Spring引导中的私有方法
我想让你问几个问题并征求你的意见:我想测试我的公共方法(我使用Spring Boot、Mockito、Junit):@Servicepublic class MyClass{public Long getClientId(List nameSurname) throws AuthorizationException {Long operatorId;if(...){(... something n...