Package org.fest.swing.lock

Ensures that GUI tests are executed sequentially to prevent locking between GUIs.

See:
          Description

Class Summary
ScreenLock Understands a lock that each GUI test should acquire before being executed, to guarantee sequential execution of GUI tests and to prevent GUI tests from blocking each other.
 

Package org.fest.swing.lock Description

Ensures that GUI tests are executed sequentially to prevent locking between GUIs.



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.