2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-18 bd8da139decc60e8c7765e375ffda037f5209e3a
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");
    }
}