1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| package com.sandu.ximon.admin.tests;
|
| import com.sandu.ximon.admin.base.BaseTest;
|
| /**
| * @Author liuhaonan
| * @Date 2022/1/14 10:09
| * @Version 1.0
| */
| public class LedSFileControllerTests extends BaseTest {
| // @Test
| // public void testAdd() throws Exception {
| // checkPost("/v1/xixun/file/add",new MailcapFile("aaa.jpg"));
| // }
| }
|
|