JMTUnit: unit-testing framework for multithreaded Java applications
JMTUnit: unit-testing framework for multithreaded Java applications
Submitted by webmaster@testdriven.com (Links) on Tue, 22/03/2005 - 23:58.JMTUnit is a framework for unit testing of multithreaded applications. It is very similar to JUnit. It sets up a thread pool (n threads) and runs a number of identical test sequences; each test sequence is a virtual user (m users). All threads are waiting on one input queue for test requests. The threading model is the same as in most of the popular application servers.
