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