提交 d67dd775 authored 作者: 李秋林's avatar 李秋林

删除不存在的单元测试

上级 14b1b661
package com.wangxiaolu.promotion.controller.user;
import com.wangxiaolu.promotion.controller.user.qince.QinCeDataTaskController;
import org.junit.jupiter.api.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
/**
* @author : liqiulin
* @date : 2024-03-29 17
* @describe :
*/
@SpringBootTest
@RunWith(SpringRunner.class)
class QinCeDataTaskControllerTest {
@Autowired
QinCeDataTaskController qinCeDataTaskController;
@Test
void departmentTask() {
qinCeDataTaskController.departmentTask();
}
@Test
void employeeTask() {
qinCeDataTaskController.employeeTask();
}
@Test
void shopDetailAllTask() {
qinCeDataTaskController.shopDetailAllTask();
}
@Test
void productAllTask() {
qinCeDataTaskController.productAllTask();
}
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论