Class LockAnnotationUtils

java.lang.Object
org.antublue.test.engine.internal.LockAnnotationUtils

public class LockAnnotationUtils extends Object
Class to process @TestEngine.Lock, @TestEngine.Unlock, @TestEngine.ResourceLock annotations
  • Method Details

    • singleton

      public static LockAnnotationUtils singleton()
      Method to get the singleton instance
      Returns:
      the singleton instance
    • processLockAnnotations

      public void processLockAnnotations(Method method)
      Method to perform locking on a Method, if annotated
      Parameters:
      method - method
    • processUnlockAnnotations

      public void processUnlockAnnotations(Method method)
      Method to perform unlocking on a Method, if annotated
      Parameters:
      method - method