标签:ror error 直接 IV 没有 erro str ssi info
有返回值的方法没问题, 直接andReturn就行了.
EasyMock.expect(info.getWebTitle()).andReturn(StringUtils.EMPTY).anyTimes();
对于set方法没有返回值, 报错AssertionError, 需要如下处理.
info.setSessionID(EasyMock.anyString());
EasyMock set方法报错: java.lang.AssertionError
标签:ror error 直接 IV 没有 erro str ssi info
原文地址:https://www.cnblogs.com/xdecode/p/9117664.html