ariba.ui.aribaweb.test
Class AnnotationUtil

java.lang.Object
  extended by ariba.ui.aribaweb.test.AnnotationUtil

public class AnnotationUtil
extends Object


Constructor Summary
AnnotationUtil()
           
 
Method Summary
static Object createObject(AWRequestContext requestContext, Class c)
           
static String getAnnotationName(Annotation annotation)
           
static String getAnnotationSuperType(Annotation annotation)
           
static String getAnnotationTypeList(Annotation annotation)
           
static String getDescription(Annotation annotation)
           
static Object getObjectToInvoke(AWRequestContext requestContext, Method method)
           
static void initializePageTestParams(AWRequestContext requestContext, AWResponseGenerating page)
           
static Object invokeMethod(AWRequestContext requestContext, TestContext testContext, Method method, Object onObject)
           
static Object invokeMethod(AWRequestContext requestContext, TestContext testContext, Method method, Object onObject, Object objectForValidation)
           
static Object invokeMethod(Method method, Object onObject, Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationUtil

public AnnotationUtil()
Method Detail

getAnnotationTypeList

public static String getAnnotationTypeList(Annotation annotation)

getAnnotationSuperType

public static String getAnnotationSuperType(Annotation annotation)

getAnnotationName

public static String getAnnotationName(Annotation annotation)

getDescription

public static String getDescription(Annotation annotation)

getObjectToInvoke

public static Object getObjectToInvoke(AWRequestContext requestContext,
                                       Method method)

invokeMethod

public static Object invokeMethod(AWRequestContext requestContext,
                                  TestContext testContext,
                                  Method method,
                                  Object onObject)

invokeMethod

public static Object invokeMethod(AWRequestContext requestContext,
                                  TestContext testContext,
                                  Method method,
                                  Object onObject,
                                  Object objectForValidation)

invokeMethod

public static Object invokeMethod(Method method,
                                  Object onObject,
                                  Object[] args)

createObject

public static Object createObject(AWRequestContext requestContext,
                                  Class c)

initializePageTestParams

public static void initializePageTestParams(AWRequestContext requestContext,
                                            AWResponseGenerating page)


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.