英文: Trying to mock IntConsumer with Mockito fails 问题 我正在尝试模拟 IntConsumer: class TickerServiceImplTes...
如何向 MockMvc 中添加文件和请求体?
英文: How to add a file and body to MockMvc? 问题 使用Spring Boot 2和Spring MVC。我试图使用mockMvc测试我的REST控制器。 @P...
如何使用 jUnit 断言检查值是否为浮点数?
英文: How to check whether the values are in Float using jUnit assertion? 问题 我正在尝试自动化一个 API。作为响应,我得到一个...
如何为返回类型为void的函数编写单元测试。
英文: How do i write unit test for function with void return type 问题 我刚开始学习编写单元测试。我看了一些 jUnit 的示例,但它们都...
因为 vscode 无法识别 `import org.junit`。
英文: Why does vscode not recognize the import org.junit? 问题 我正在使用Maven在Visual Studio Code中开发Java项目,目前...
在Maven生命周期中运行JUnit5和Spock。
英文: Run JUnit5 and Spock in maven lifecycle 问题 <build> <plugins> <plugin> <grou...
在模拟`BindingProvider`和生成的存根类时出现问题。
英文: Problem while Mocking BindingProvider and generated stub classes 问题 // 以下是翻译好的内容: // 使用JAX-WS生成的...
空指针异常在测试服务和DAO类的JUnit时发生。
英文: NullPointerException when Testing Service and DAO class JUnit 问题 我正在使用JUnit测试DAO类,但是我得到了一个空指针异常,...
你正在使用 ClassLoader 的 getResources 方法时出现了什么错误?
英文: What error am I making with the ClassLoader getResources? 问题 我已经编写了以下代码来测试我的代码中的一个方法。为了创建 s3Even...
Junit测试失败,可能是由于共享实例。
英文: Junit tests fail due shared instances (i think) 问题 我认为我的问题与这个问题有关: https://stackoverflow.com/que...
36