占个坑先
Concurrent application designers often want to run many (unrelated or loosely related) threads of activity to maximize throughput. Sometimes it is useful for test designers to mimic this style and run multiple threads, generating as many interleavings as possible. Many test frameworks support this paradigm (e.g. IBM's ConTest, GroboUtils' MultiThreadedTestRunner, and JUnit's ActiveTestSuite).
http://www.cs.umd.edu/projects/PL/multithreadedtc/overview.html
本文讨论了并发应用设计中如何通过运行多个线程来最大化吞吐量,并介绍了几种支持多线程测试的测试框架,如IBM的ConTest、GroboUtils的MultiThreadedTestRunner和JUnit的ActiveTestSuite。
1653

被折叠的 条评论
为什么被折叠?



