zengh
2022-07-12 7c86454ff569dc54bbe7e34988750a1df762a2c3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package org.springblade.test;
 
/**
 * Blade单元测试
 *
 * @author Chill
 */
//@RunWith(BladeSpringRunner.class)
//@BladeBootTest(appName = "blade-runner", profile = "test")
public class BladeTest {
 
    //@Test
    public void contextLoads() {
        System.out.println("测试~~~~~~");
    }
 
}