We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
个人没有使用过,但是 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
我知道的唯一一个有点像您所描述的工具是一个名为 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.