Class TestEngineLockUtils
java.lang.Object
org.antublue.test.engine.internal.TestEngineLockUtils
Class to process @TestEngine.Lock and @TestEngine.Unlock annotations
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidprocessLock(Method method) Method to process a @TestEngine.Lock annotation for a Method if it existsstatic voidprocessUnlock(Method method) Method to process a @TestEngine.Unlock annotation for a Method if it exists
-
Method Details
-
processLock
Method to process a @TestEngine.Lock annotation for a Method if it exists- Parameters:
method-
-
processUnlock
Method to process a @TestEngine.Unlock annotation for a Method if it exists- Parameters:
method-
-