Class LockAnnotationUtils
java.lang.Object
org.antublue.test.engine.internal.LockAnnotationUtils
Class to process @TestEngine.Lock, @TestEngine.Unlock, @TestEngine.ResourceLock annotations
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessLockAnnotations(Method method) Method to perform locking on a Method, if annotatedvoidprocessUnlockAnnotations(Method method) Method to perform unlocking on a Method, if annotatedstatic LockAnnotationUtilsMethod to get the singleton instance
-
Method Details
-
singleton
Method to get the singleton instance- Returns:
- the singleton instance
-
processLockAnnotations
Method to perform locking on a Method, if annotated- Parameters:
method- method
-
processUnlockAnnotations
Method to perform unlocking on a Method, if annotated- Parameters:
method- method
-