tangzy
2021-09-07 c244ddeecba1fc0685bf613004a783e0e0818993
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("测试~~~~~~");
    }
 
}