Writing unit tests for single-threaded code is standard practice. For concurrent, multi-threaded Java the same discipline wasn’t easy historically because…