Testing concurrency code with MultithreadedTC

MultithreadedTC is a Java library for testing concurrent applications. Its main objective is to solve the problem of concurrent applications being non-deterministic. You can't control the order of execution of the different threads that form the application. For this purpose, it includes an internal metronome. These testing threads are implemented as methods of a class.

In this recipe, you will learn how to use the MultithreadedTC library to implement a test for LinkedTransferQueue.

Get Java 9 Concurrency Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.