PowerMockito.mockStatic(class) 模拟静态方法调用PowerMockito.mockStatic(class) 模拟静态方法调用
文章目录PowerMockito.mockStatic(class) 模拟静态方法调用为什么要写单元测试引入依赖模拟工具类调用静态方法注解说明PowerMockito.mockStatic(class) 模拟静态方法调用为什么要写单元测试给我们重构的信心(give us the confidence to refactor)。一堆纠缠而无测试的代码你敢随便修改?好的单元测试就是文档 (documenting expected behavior)。几个实用的例子比文档让人感兴趣的多!引入依赖