nutzam / nutzboot

NutzBoot,简称NB,是可靠的企业级微服务框架,提供自动配置,嵌入式web服务,分布式会话,服务治理,负载均衡,hystrix,RPC等一篮子解决方案
https://nutz.io
Apache License 2.0
498 stars 138 forks source link

nutzboot-starter-test 基于 JUnit 5 实现单元测试 #217

Closed denghuafeng closed 4 years ago

denghuafeng commented 4 years ago

nutzboot-starter-test 基于 JUnit 5 实现单元测试

wendal commented 4 years ago

改名为 nutzboot-starter-test-junit5 比较好吧? 对应 nutzboot-starter-test-junit4

denghuafeng commented 4 years ago

使用@NutzBootTest注解进行单元测试,跟@SpringBootTest注解一样,之后可以合并junit4进来,springBootTest也对junit4进行了处理,只是配置的方式多了个注解。这样取nutzboot-starter-test,应该合适吧,后续其他方面的测试也能整合进来。

denghuafeng commented 4 years ago

目前是实现了基于 JUnit 5 单元测试。