Hoverfly规则中的Java中间件

时间:2017-08-14 21:28:54

标签: spring unit-testing junit integration-testing

我试图使用hoverfly java并希望在我的测试中设置中间件。

@ClassRule
    public static HoverflyRule hoverflyRule = HoverflyRule.inCaptureOrSimulationMode(("abc.json"), HoverflyConfig.configs().remote().host("localhost").adminPort(8888).proxyPort(8500));

如何更新规则以设置中间件文件?

0 个答案:

没有答案