
单元测试
christina_he
这个作者很懒,什么都没留下…
展开
-
org.mockito.exceptions.misusing.InvalidUseOfMatchersException
org.mockito.exceptions.misusing.InvalidUseOfMatchersException: Misplaced or misused argument matcher detected here:-> at xxxxxxxxxxxxxxxxxxxxxxxxYou cannot use argument matchers outside of verification or stubbing.Examples of correct usage of arg.原创 2021-04-26 16:01:26 · 7864 阅读 · 0 评论 -
mockito三种用法记录
/*** * @Type * @Desc * @Author Cristal * @Date 2020/12/30 11:42 * @Version 1.0 */@RunWith(SpringRunner.class)@Slf4j@SpringBootTestpublic class CommonManagerTest { @InjectMocks//要测试的类 private CommonManager commonManager = new CommonManag..原创 2021-01-14 17:23:24 · 1122 阅读 · 1 评论