Class TestEngineLockUtils

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

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

    • processLockAnnotations

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

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