多线程测试框架MultithreadedTC

占个坑先

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


你可能感兴趣的:(多线程,框架,测试,JUnit,application,frameworks)