介绍

由于在 mica-launcher 组件中我们埋入了一些配置,该组件为了方便单元测试。

依赖坐标

Maven

<dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>mica-boot-test</artifactId>
    <scope>test</scope>
</dependency>

Gradle

testCompile "net.dreamlu:mica-boot-test"

使用方式

示例代码一

采用 @RunWith(MicaSpringRunner.class)

@SpringBootTest
@MicaBootTest("appName")
@RunWith(MicaSpringRunner.class)
public class MicaExampleApplicationTests {
    @Test
    public void contextLoads() {
    }
}

示例代码二

继承 MicaBaseTest

@SpringBootTest
@MicaBootTest("appName")
public class ApplicationTests extends MicaBaseTest {
    @Test
    public void contextLoads() {
    }
}

说明:上面2种方式均可,@MicaBootTest 注解属性有:服务名、profileenableLoader

开源推荐

关注我们

如梦技术-公众号.jpg

扫描上面二维码,更多精彩内容每天推荐!


如梦技术
59 声望7 粉丝

人生就像愤怒的小鸟,当你失败时总又几只猪在笑。