【问题标题】:MulePollManager has disappeared from MUnit 1.0.0MulePollManager 已从 MUnit 1.0.0 中消失
【发布时间】:2016-01-05 16:05:56
【问题描述】:

我们在旧版本的 MUnit 中使用了 org.mule.munit.MunitPollManager 类(在 munit-utils 包中)来确保我们的轮询器在流程开始时没有启动,但是当 Munit 迁移时这似乎已经消失了到 1.0.0。这如何在新的 Munit 中复制?

【问题讨论】:

    标签: unit-testing mule munit


    【解决方案1】:

    课程还在。

    可能发生的情况是,随着项目结构的变化,您不再获得依赖关系。

    类在工件中

    <parent>
      <groupId>com.mulesoft.munit.utils</groupId>
      <artifactId>munit-mclient-module</artifactId>
      <version>1.0.0</version>
    </parent>
    

    【讨论】:

      【解决方案2】:

      在使用Munit 进行测试时,Mule inbound-endpoints 不会默认禁用

      【讨论】:

      • 这个答案没有任何意义。
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-04-21
      • 2013-09-09
      • 2019-07-15
      • 2012-08-03
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多