如何对 Jboss Rules (Drools) 规则进行单元测试?
我已经为我的 Seam 应用程序编写了一些 Drools 规则,并且想知道如何对这些规则进行单元测试。 有人有任何示例代码可以向我展示如何执行此操作吗?
I have written a few Drools rules for my Seam application and am wondering how I go about unit testing these. Does anybody have any sample code that can show me how to go about doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将以下代码添加到单元测试(JUnit、TestNG 等):
Add the following code to a unit test (JUnit, TestNG, etc):
考虑使用 Junit 扩展 库进行一些测试“糖” - droolsassert。
Consider some testing 'sugar' with a Junit Extensions library - droolsassert.