Class ArgumentAnnotationProcessor

java.lang.Object
org.antublue.test.engine.internal.processor.ArgumentAnnotationProcessor

public class ArgumentAnnotationProcessor extends Object
Class to process @TestEngine.Argument annotations
  • Method Details

    • getInstance

      public static ArgumentAnnotationProcessor getInstance()
      Method to get the singleton
      Returns:
      the singleton
    • prepare

      public void prepare(Object testInstance, Argument testArgument, ThrowableContext throwableContext)
      Method to prepare @TestEngine.Argument annotations
      Parameters:
      testInstance - testInstance
      testArgument - testArgument
      throwableContext - throwableContext
    • conclude

      public void conclude(Object testInstance, Argument testArgument, ThrowableContext throwableContext)
      Method to conclude @TestEngine.Argument annotations
      Parameters:
      testInstance - testInstance
      testArgument - testArgument
      throwableContext - throwableContext