提交 f716d02a authored 作者: 000516's avatar 000516 提交者: Coding

删除不存在的单元测试

Merge Request: 删除不存在的单元测试 Created By: @李秋林 Accepted By: @李秋林 URL: https://g-pkkp8204.coding.net/p/promotion/d/promotion-service/git/merge/148?initial=true
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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论