1、重构templateNew,未完成
This commit is contained in:
@@ -96,6 +96,16 @@ class TemplateServiceTest extends ProtectionApplicationTests {
|
||||
// }
|
||||
}
|
||||
|
||||
@Test
|
||||
void testQueryTemplateShort() {
|
||||
List<Template> templates = templateService.queryTemplatesShort(
|
||||
);
|
||||
// assertEquals(5, templates.size());
|
||||
for (Template template : templates) {
|
||||
System.out.println(template);
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
void testUpdateTemplateSuccess() {
|
||||
List<Template> templates = templateService.queryTemplates(
|
||||
|
||||
Reference in New Issue
Block a user