Skip navigation.

JMTUnit: unit-testing framework for multithreaded Java applications

JMTUnit: unit-testing framework for multithreaded Java applications

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.