标签: junit microservices integration-testing
我正在为微服务“ A”编写一个junit测试用例,该微服务调用另一个称为“ B”的微服务。当我运行junit时,服务“ B”未运行。有什么方法可以自动检查和启动从属服务“ B”? 我不想在这里使用模拟。