Class ArgumentAnnotationProcessor
- java.lang.Object
-
- org.antublue.test.engine.internal.test.util.ArgumentAnnotationProcessor
-
public class ArgumentAnnotationProcessor extends Object
Class to implement FieldInjector
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinject(Object testInstance, Argument testArgument, Field field)Method to inject an Argument into a Fieldstatic ArgumentAnnotationProcessorsingleton()Method to get the singleton
-
-
-
Method Detail
-
singleton
public static ArgumentAnnotationProcessor singleton()
Method to get the singleton- Returns:
- the singleton
-
-