2021与蓝度共同重构项目,服务端
MercuryZ
2022-01-13 2879bbc079a84bf897fc577e3da8c82a1ee12c58
1
2
3
4
5
6
7
8
9
10
11
12
package com.sandu.ximon.admin.tests;
 
import com.sandu.ximon.admin.base.BaseTest;
import org.junit.Test;
 
public class LightControllerTests extends BaseTest {
 
    @Test
    public void testList() throws Exception {
        checkGet("/v1/light/list");
    }
}