#preparefortest

使用PowerMockito.whennew的时候,注解preparefortest里面的类需要是mock的new代码所在的类的对象

Mock方法内部new出来的对象     测试目标代码: 01publicclassClassUnderTest{02 03  publicbooleancallInternalInstance(Stringpath){ ...