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 voidprocessLock(Method method) Method to perform locking on a Method, if annotatedstatic voidprocessUnlock(Method method) Method to perform unlocking on a Method, if annotated
-
Method Details
-
processLock
Method to perform locking on a Method, if annotated- Parameters:
method-
-
processUnlock
Method to perform unlocking on a Method, if annotated- Parameters:
method-
-