gpt4 book ai didi

java - 如何从 javascumbs 迁移到 springframework-ws-test

转载 作者:搜寻专家 更新时间:2023-10-31 20:32:33 25 4
gpt4 key购买 nike

我们正在使用旧技术来测试我们的网络服务 (javascumbs)。是否有一些教程如何将其迁移到 springframework-ws-test ?

现在我的测试看起来像:

@Test
public void testWs() throws Exception {
MessageContext message = helper.receiveMessage("xml/file.xml");
WebServiceMessage response = message.getResponse();
MessageValidator validator = helper.createMessageValidator(response);
validator.assertNotSoapFault();
validator.assertSoapMessage();
validator.validate("xsd/xsd1.xsd", "xsd/xsd2.xsd");
validator.compare("xml/response.ftl");
}

我找到了一些教程 here .但它看起来完全不同。我正在从还包含信封和 header 的文件中加载 xml,在此示例中只有请求

最佳答案

我会说,使用 docker 为您的测试提供完整的环境。它将使您能够进行其他类型的测试,并帮助您改进项目 CI/CD。同样的教程之一是 http://blog.arungupta.me/run-javaee-tests-wildfly-docker-arquillian-cube/ .仅供引用,这只是起点。我们正在使用这种组合来测试我们产品线中的 100 多个 git 存储库。

关于java - 如何从 javascumbs 迁移到 springframework-ws-test,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40179962/

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