标签: hystrix spring-boot-test
我正在尝试使用restAssured和SpringBootTest为休息服务“A”编写集成测试,并且A服务在Hystrix命令中调用其他服务“B”,我想在每次测试后重置hystix我的考试
我尝试Hystrix.reset();和HystrixPlugins.reset();但是它不起作用,我想这个方法必须被称为fome应用程序代码而不是来自测试
Hystrix.reset();
HystrixPlugins.reset();