gpt4 book ai didi

java - 为 Spring 方法编写 JUnit 测试用例时出现问题

转载 作者:行者123 更新时间:2023-12-01 15:44:16 26 4
gpt4 key购买 nike

我通过 JUnit 测试了以下方法,但我在映射属性时遇到了困难

@RequestMapping("/a/{b}/c/{d}")
public @ResponseBody String getTranslatedXliff(Model model,
@PathVariable String templateCode, @PathVariable String localeCode){

// ...
}

最佳答案

只需调用它即可:

@Test
public void test_whatever() {
controller.getTranslatedXliff(myModel, "my template code", "my locale code");
}

带注释的方法参数没有什么神奇之处。

关于java - 为 Spring 方法编写 JUnit 测试用例时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7429951/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com