Package org.fest.swing.lock


package org.fest.swing.lock

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

  • Classes
    Class
    Description
    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.