单元测试 调用service
程序员文章站
2022-04-26 09:14:40
...
@RunWith(SpringJUnit4ClassRunner.class)
@SpringBootTest(classes = Application.class)
public class TestService{
@Resource
private IService service;
@Test
public void job(){
// 获取当前时间的前一天时间
Date date = new Date();
Date beforeDate = DateUtil.adjustToAddDays(date, 0);
Date endDate = DateUtil.adjustBeforeWee(beforeDate);
Date startDate = DateUtil.adjustToWee(beforeDate);
servie.job(startDate,endDate);
}
上一篇: 八一广场有什么好玩的 八一广场介绍
下一篇: 法国巴黎圣母院简介 巴黎圣母院历史渊源