Class TestEngineLockUtils

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

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

    • processLock

      public static void processLock(Method method)
      Method to process a @TestEngine.Lock annotation for a Method if it exists
      Parameters:
      method -
    • processUnlock

      public static void processUnlock(Method method)
      Method to process a @TestEngine.Unlock annotation for a Method if it exists
      Parameters:
      method -