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

    • processLock

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

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