0

我刚开始学习 MUnit 的 MUnit 项目时遇到以下错误:

无法找到或加载主类 org.mule.munit.runner.remote.MunitRemoteRunner

4

1 回答 1

1

这通常是因为您为项目启用了 Maven。只需右键单击您的项目并选择 MUnit--> Configure MUnit Support。或者将 Mnuit 依赖项添加到您的 pom.xml

......
1.1.0 3.6.1

....... com.mulesoft.munit.tools munit-maven-plugin ${munit.version} test test test true html ... com.mulesoft.munit mule-munit-support ${mule.munit.support .version} 测试 com.mulesoft.munit munit-runner ${munit.version} 测试

于 2016-05-25T21:03:30.560 回答