Class ArgumentAnnotationProcessor
java.lang.Object
org.antublue.test.engine.internal.processor.ArgumentAnnotationProcessor
Class to process @TestEngine.Argument annotations
-
Method Summary
Modifier and TypeMethodDescriptionvoidconclude(Object testInstance, Argument testArgument, ThrowableContext throwableContext) Method to conclude @TestEngine.Argument annotationsstatic ArgumentAnnotationProcessorMethod to get the singletonvoidprepare(Object testInstance, Argument testArgument, ThrowableContext throwableContext) Method to prepare @TestEngine.Argument annotations
-
Method Details
-
getInstance
Method to get the singleton- Returns:
- the singleton
-
prepare
Method to prepare @TestEngine.Argument annotations- Parameters:
testInstance- testInstancetestArgument- testArgumentthrowableContext- throwableContext
-
conclude
Method to conclude @TestEngine.Argument annotations- Parameters:
testInstance- testInstancetestArgument- testArgumentthrowableContext- throwableContext
-