使用 spring 的 ReflectionTestUtils
ReflectionTestUtils.invokeMethod(object, method , args);
导入依赖:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.1.6.RELEASE</version>
<scope>test</scope>
</dependency>