integration test example:在Spring中使用单元测试和集成测试的示例 源码
集成测试示例 使用Spring Boot和Maven创建单元和集成测试的简单示例 命令 mvn全新安装 仅运行单元测试 mvn全新安装-Dit 运行单元测试以及集成测试。 src / test /中有两个脚本,run-pre-integration.sh和run-post-integration.sh用于启动依赖项,例如docker容器。
文件列表
integration-test-example-main.zip
(预估有个12文件)
integration-test-example-main
pom.xml
4KB
src
test
run-pre-integration.sh
44B
run-post-integration.sh
43B
resources
application-integration.properties
37B
java
com
暂无评论