Class TestEngineLockUtils
java.lang.Object
org.antublue.test.engine.internal.TestEngineLockUtils
Class to process @TestEngine.Lock, @TestEngine.Unlock, @TestEngine.ResourceLock annotations
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidprocessLockAnnotations(Method method) Method to perform locking on a Method, if annotatedstatic voidprocessUnlockAnnotations(Method method) Method to perform unlocking on a Method, if annotated
-
Method Details
-
processLockAnnotations
Method to perform locking on a Method, if annotated- Parameters:
method-
-
processUnlockAnnotations
Method to perform unlocking on a Method, if annotated- Parameters:
method-
-