In a simple test case (attached) where I use a TestHelper to send
data the AWT event queue is unpaused. There is no documentation
or warning regarding this behavior.
If the test case decided to continue testing UI components such as
setting focus you could get incorrect behavior or false results.
It's my opinion that since I called pauseAWT() I would expect the
queue to stay paused after I called any method within the JFCUnit
API unless the documentation stated otherwise.
Simple test case