Categories: Testing
Latest version: 1.01Added 2007-11-14
Framework for testing concurrent Java applications.The MultithreadedTC framework was created to make it easier to test small concurrent abstractions. It enables test designers to guarantee a specific interleaving of two or more threads, even in the presence of blocking and timing issues.It features a metronome that is used to provide fine control over the sequence of activities in multiple threads.