To test for a deadlock, you must implement a state graph and a check for cycles in your current state graph in the unit test. The state graph consists of the ressources as nodes and the dependencies as edges. I have no idea of the implementation of such a thing, but thats the theory.
A unit test tests for the correctness of the in and output of data (mainly for the later point) and not for the correctness of the execution flow of your application.
Markus Heath idea seems reasonable, but is academically wrong.
