随笔分类 -  单元测试

摘要:<dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> 1.在单元测试中,如果打桩时希望返回json中配置的文件,可以调用此 阅读全文
posted @ 2025-02-06 16:01 每月工资一万八 阅读(7) 评论(0) 推荐(0) 编辑
摘要:对于测试类使用的 @SpringBootTest@RunWith(SpringRunner.class)public class DaoTest { @Autowired private UserDao userDao; @Test public void test1(){ User user = 阅读全文
posted @ 2023-09-25 11:59 每月工资一万八 阅读(23) 评论(0) 推荐(0) 编辑
摘要:Assert.assertEquals(sourceCollection.get(0).getDemoValue(),1); 这段代码的作用是验证集合中第一个元素的 demoValue 属性是否等于预期的值 1。如果相等,就没有问题;如果不相等,会抛出异常,表明测试失败或代码出现了问题。 阅读全文
posted @ 2023-08-30 13:50 每月工资一万八 阅读(7) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示