spring-test
-
将 JMS 消息创建为 JSON
-
为什么 spring 使用 webflux 的启动测试会忽略自定义 jackson 模块
-
有没有办法在 Spring 启动测试中只启动安全上下文?
-
即使使用@DirtiesContext,将 SecurityContextHolder.setContext(...) 设置为模拟也会进行不同的测试 类
-
Hamcrest jsonPath 错误地双倍失败
-
没有 Repository 类型的合格 bean
-
如何用 Mockito 模拟 JmsTemplate?
-
@WebMvcTest 测试中的 UnsatisfiedDependencyException class
-
SpringBoot TestRestTemplate 和 LocalDateTime 不工作
-
Spring 的 MockMvc 选择了错误的处理程序方法
-
当我依赖 Spring Validator 时,如何使用 MockMvc 测试我的 SpringBoot RestController?
-
@RunWith(SpringRunner.class) 与@RunWith(MockitoJUnitRunner.class)
-
Spring 异步方法集成测试失败
-
Spring 测试来自 XML 的加载 bean 配置和注解?
-
集成测试 - 无法打开 ServletContext 资源 /application.properties
-
如何在 JUnit 测试期间在 Spring 中使用不同的 MongoDB 数据库
-
在测试 class 中使用 @PostConstruct 会导致它被多次调用
-
Spring ReflectionTestUtils 没有设置原始数据类型字段
-
Spring MVC 5 ResultMatcher jsonPath 空值
-
使用 类 和 @Autowired 的路由的 CamelTestSupport