ariba.ui.aribaweb.test
Class AnnotationUtil

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

public class AnnotationUtil
extends java.lang.Object


Constructor Summary
AnnotationUtil()
           
 
Method Summary
static java.lang.Object createObject(AWRequestContext requestContext, java.lang.Class c)
           
static java.lang.String getAnnotationName(java.lang.annotation.Annotation annotation)
           
static java.lang.String getAnnotationSuperType(java.lang.annotation.Annotation annotation)
           
static java.lang.String getAnnotationTypeList(java.lang.annotation.Annotation annotation)
           
static java.lang.String getDescription(java.lang.annotation.Annotation annotation)
           
static java.lang.Object getObjectToInvoke(AWRequestContext requestContext, java.lang.reflect.Method method)
           
static void initializePageTestParams(AWRequestContext requestContext, AWResponseGenerating page)
           
static java.lang.Object invokeMethod(AWRequestContext requestContext, TestContext testContext, java.lang.reflect.Method method, java.lang.Object onObject)
           
static java.lang.Object invokeMethod(AWRequestContext requestContext, TestContext testContext, java.lang.reflect.Method method, java.lang.Object onObject, java.lang.Object objectForValidation)
           
static java.lang.Object invokeMethod(java.lang.reflect.Method method, java.lang.Object onObject, java.lang.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 java.lang.String getAnnotationTypeList(java.lang.annotation.Annotation annotation)

getAnnotationSuperType

public static java.lang.String getAnnotationSuperType(java.lang.annotation.Annotation annotation)

getAnnotationName

public static java.lang.String getAnnotationName(java.lang.annotation.Annotation annotation)

getDescription

public static java.lang.String getDescription(java.lang.annotation.Annotation annotation)

getObjectToInvoke

public static java.lang.Object getObjectToInvoke(AWRequestContext requestContext,
                                                 java.lang.reflect.Method method)

invokeMethod

public static java.lang.Object invokeMethod(AWRequestContext requestContext,
                                            TestContext testContext,
                                            java.lang.reflect.Method method,
                                            java.lang.Object onObject)

invokeMethod

public static java.lang.Object invokeMethod(AWRequestContext requestContext,
                                            TestContext testContext,
                                            java.lang.reflect.Method method,
                                            java.lang.Object onObject,
                                            java.lang.Object objectForValidation)

invokeMethod

public static java.lang.Object invokeMethod(java.lang.reflect.Method method,
                                            java.lang.Object onObject,
                                            java.lang.Object[] args)

createObject

public static java.lang.Object createObject(AWRequestContext requestContext,
                                            java.lang.Class c)

initializePageTestParams

public static void initializePageTestParams(AWRequestContext requestContext,
                                            AWResponseGenerating page)


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