Java 中是否存在像 CHESS 这样的东西?

发布于 2024-12-19 08:19:50 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

就是爱搞怪 2024-12-26 08:19:50

个人没有使用过,但是 Robert C. Martin 的《Clean Code》一书描述了 IBM 的一个名为 ConTest 的工具,该工具应该可以类似地帮助并发测试:

ConTest - 用于测试多线程 Java 应用程序的工具

Haven't used in personally, but the book Clean Code by Robert C. Martin describes a tool from IBM called ConTest that is supposed to aid concurrent testing similarly:

ConTest - A Tool for Testing Multi-threaded Java Applications

千年*琉璃梦 2024-12-26 08:19:50

我知道的唯一一个有点像您所描述的工具是一个名为 RoadRunner 的学术项目,该项目在本文中进行了描述:

并发程序的 ROADRUNNER 动态分析框架

可在此处下载:

RoadRunner 动态分析框架

再说一遍,我不认为这正是您想要的为,但我不知道有什么更接近的。我很想看看是否有人能提出一个确切的类似物。

The only tool I'm aware of that's somewhat like what you're describing is an academic project called RoadRunner, which is described in this paper:

The ROADRUNNER Dynamic Analysis Framework for Concurrent Programs

And available for download here:

The RoadRunner Dynamic Analysis Framework

Again, I don't think that's exactly what you're looking for, but I'm not aware of anything closer. I'll be interested to see if anyone comes up with an exact analogue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文