英文: Flyway don't clean database correctly, and execute migration files two times 问题 我正在使用Flyway进...
Quarkus PanacheEntity 在测试过程中未保存。
英文: Quarkus PanacheEntity not saved during tests 问题 我正在尝试使用 Quarkus 和 Quarkus Testing 与 RestEasy 进行实...
如何解决在Spring Boot中出现的org.testcontainers.containers.ContainerFetchException错误?
英文: How to resolve org.testcontainers.containers.ContainerFetchException on Spring Boot? 问题 Containe...
测试仓库Spring Boot集成测试 – 模拟返回null
英文: Testing RepositorSpring Boot Integration Test - mock returns null 问题 我在集成测试我的SpringBoot应用程序时遇到了问...
如何使用 POST 方法测试 REST 服务上获取参数的操作。
英文: How to test getting parameters on the Rest service using the Post method 问题 我正在尝试测试使用Post方法获取处理请...
如何在 Docker 测试容器内添加运行参数
英文: How to add run arguments within docker test containers 问题 针对我正在尝试在测试容器中运行的特定图像,需要在构建后像这样启动容器: do...
如何在Spring Boot中使用Fongo(虚拟Mongo)进行集成测试
英文: How to do integration testing using Fongo (Fake mongo) in Spring Boot 问题 I see that you have pro...
春季引导 REST 控制器集成测试返回 406 而不是 500。
英文: Spring Boot REST Controller Integration Test returns 406 instead of 500 问题 我有一个带有生成压缩数据字节流的端点的控制...
如何在构建阶段使用Maven仅运行单元测试而不运行集成测试。
英文: How can i run only the unit tests not the integration tests on build phase with maven 问题 我将maven...
在集成测试期间,对象中的ArrayList未进行更新。
英文: ArrayLIst in an object is not updating during Integration test 问题 以下是翻译好的部分: 我有一个服务层类,它接收一个 user...
7