Skip to content

Commit 198fb42

Browse files
committed
test(admin): 添加任务管理测试方法
- 增加jobManage测试用例 - 包含任务增删改查操作验证 - 覆盖jobAdd、jobUpdate、jobRemove、jobStart、jobStop功能点
1 parent 951feed commit 198fb42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

xxl-job-admin/src/test/java/com/xxl/job/openapi/AdminBizTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,11 @@ public void registryRemove() throws Exception {
8383

8484
}
8585

86+
// ---------------------- job opt ----------------------
87+
88+
@Test
89+
public void jobManage() throws Exception {
90+
// jobAdd、jobUpdate、jobRemove、jobStart、jobStop
91+
}
92+
8693
}

0 commit comments

Comments
 (0)